From: Ben Pfaff Date: Thu, 12 Mar 2009 17:04:25 +0000 (-0700) Subject: secchan: Remove unused variable. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c5477fb27d319f6916817b68936c8169036b28;p=openvswitch secchan: Remove unused variable. --- diff --git a/secchan/main.c b/secchan/main.c index 8b82ad8d..5974f161 100644 --- a/secchan/main.c +++ b/secchan/main.c @@ -307,7 +307,6 @@ parse_options(int argc, char *argv[], struct ofsettings *s) svec_init(&s->netflow); s->mgmt_id = 0; for (;;) { - int error; int c; c = getopt_long(argc, argv, short_options, long_options, NULL);