diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-08-06 18:34:06 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-08-07 10:36:42 +0300 |
commit | 0cad4dafb8f9ebd89fe56a8d35824349817c8229 (patch) | |
tree | db16c3d389b1cd50bb6f99942ebc8f10b2bb9d61 /src/main.c | |
parent | 98ea9125867373f297b71ad8df0e7fbc5bf64543 (diff) | |
download | connman-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 }, |