Get rid of an unused variable.

There's no need for the capture_option_specified variable; it's now in a
structure.

Change-Id: Ic2f1faee4666eea7ae91fd6899cecaa76d0ceb9f
Reviewed-on: https://code.wireshark.org/review/16018
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-06-19 09:52:55 -07:00
parent 6febf9b740
commit f4fc03d79b
1 changed files with 0 additions and 1 deletions

View File

@ -2068,7 +2068,6 @@ main(int argc, char *argv[])
gchar *err_str;
int status;
#else
gboolean capture_option_specified = FALSE;
#ifdef _WIN32
#ifdef HAVE_AIRPCAP
gchar *err_str;