Skip to content

Commit

Permalink
ovn-controller-vtep: Remove dead increment.
Browse files Browse the repository at this point in the history
Found by Clang.

Signed-off-by: William Tu <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
williamtu authored and blp committed Jul 3, 2016
1 parent 75cbba3 commit 38e7f9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ovn/controller-vtep/ovn-controller-vtep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 38e7f9b

Please sign in to comment.