summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-08-06 18:34:06 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-08-07 10:36:42 +0300
commit0cad4dafb8f9ebd89fe56a8d35824349817c8229 (patch)
treedb16c3d389b1cd50bb6f99942ebc8f10b2bb9d61 /src/main.c
parent98ea9125867373f297b71ad8df0e7fbc5bf64543 (diff)
downloadconnman-0cad4dafb8f9ebd89fe56a8d35824349817c8229.tar.gz
connman-0cad4dafb8f9ebd89fe56a8d35824349817c8229.tar.bz2
connman-0cad4dafb8f9ebd89fe56a8d35824349817c8229.zip
main: Remove unused compat argument
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 5c206e76..eeb2e58e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -330,7 +330,6 @@ static gchar *option_noplugin = NULL;
static gchar *option_wifi = NULL;
static gboolean option_detach = TRUE;
static gboolean option_dnsproxy = TRUE;
-static gboolean option_compat = FALSE;
static gboolean option_version = FALSE;
static gboolean parse_debug(const char *key, const char *value,
@@ -364,8 +363,6 @@ static GOptionEntry options[] = {
{ "nodnsproxy", 'r', G_OPTION_FLAG_REVERSE,
G_OPTION_ARG_NONE, &option_dnsproxy,
"Don't enable DNS Proxy" },
- { "compat", 'c', 0, G_OPTION_ARG_NONE, &option_compat,
- "(obsolete)" },
{ "version", 'v', 0, G_OPTION_ARG_NONE, &option_version,
"Show version information and exit" },
{ NULL },