X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmain.c;h=eeb2e58ea1216ec6944b47f5e9b574fc78219f8a;hb=0cad4dafb8f9ebd89fe56a8d35824349817c8229;hp=5c206e7685fd2f8ddcbcd71ef538851d1a39327a;hpb=98ea9125867373f297b71ad8df0e7fbc5bf64543;p=platform%2Fupstream%2Fconnman.git diff --git a/src/main.c b/src/main.c index 5c206e7..eeb2e58 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 },