diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-07-20 00:20:58 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-07-20 00:20:58 +0200 |
commit | 8e196c9a9f378385855e22073ae46e1cc5c06051 (patch) | |
tree | e34873ef85e18f9990512023abbb958e829f407a /tools/wifi-scan.c | |
parent | 25d62c6414a3e366e074bf0462b953f22a06828f (diff) | |
download | connman-8e196c9a9f378385855e22073ae46e1cc5c06051.tar.gz connman-8e196c9a9f378385855e22073ae46e1cc5c06051.tar.bz2 connman-8e196c9a9f378385855e22073ae46e1cc5c06051.zip |
build: Remove wifi-scan testing utility
Diffstat (limited to 'tools/wifi-scan.c')
-rw-r--r-- | tools/wifi-scan.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/wifi-scan.c b/tools/wifi-scan.c deleted file mode 100644 index 51995796..00000000 --- a/tools/wifi-scan.c +++ /dev/null @@ -1,29 +0,0 @@ -/* - * - * Connection Manager - * - * Copyright (C) 2007-2010 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; -} |