summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2017-02-02 11:40:55 -0600
committerDenis Kenzior <denkenz@gmail.com>2017-02-02 11:41:27 -0600
commit7b0671edfb9a3d4ebb98d8c781f8e3e9e53a0d7e (patch)
treeabb4b112a2b1ab838a603a4004d8e825773dc153 /tools
parent6e4bf596e9b94efa4ddba08bcf215ccc97d2f586 (diff)
downloadofono-7b0671edfb9a3d4ebb98d8c781f8e3e9e53a0d7e.tar.gz
tools: Remove unused qmi tool
Diffstat (limited to 'tools')
-rw-r--r--tools/qmi.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/qmi.c b/tools/qmi.c
deleted file mode 100644
index cb4ceb00..00000000
--- a/tools/qmi.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- *
- * oFono - Open Source Telephony
- *
- * Copyright (C) 2008-2011 Intel Corporation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-int main(int argc, char **argv)
-{
- return 0;
-}