aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-23 19:18:00 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-23 19:18:00 +0000
commitdbd12ca292166b70c3490e9f3ff898e6e378ba10 (patch)
tree0f63915f84d1fbd6be1f42789c5036926b35f8b6
parent720c9adcd76e04123e003a19c9ecc570ef0379e3 (diff)
Remove #define USE_GOPTION = 1, the code is incomplete
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43945 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--capinfos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c
index f002e4214b..34888e96df 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -154,7 +154,6 @@ static gboolean cap_order = TRUE; /* Report if packets are in chronolo
static gboolean cap_file_hashes = TRUE; /* Calculate file hashes */
#endif
-#define USE_GOPTION = 1
#ifdef USE_GOPTION
static gboolean cap_help = FALSE;
static gboolean table_report = FALSE;