ovn-controller-vtep: Remove dead increment.
authorWilliam Tu <u9012063@gmail.com>
Wed, 29 Jun 2016 05:02:25 +0000 (22:02 -0700)
committerBen Pfaff <blp@ovn.org>
Sun, 3 Jul 2016 04:22:17 +0000 (21:22 -0700)
Found by Clang.

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/controller-vtep/ovn-controller-vtep.c

index bad3316..36005ed 100644 (file)
@@ -230,9 +230,6 @@ parse_options(int argc, char *argv[])
     }
     free(short_options);
 
-    argc -= optind;
-    argv += optind;
-
     if (!ovnsb_remote) {
         ovnsb_remote = xstrdup(default_db());
     }