tests: Remove incorrect OVS_UNUSED from declaration.
authorBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 19:52:06 +0000 (12:52 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 22:24:43 +0000 (15:24 -0700)
tests/test-vconn.c

index a394f6c..265bdec 100644 (file)
@@ -396,7 +396,7 @@ static const struct command commands[] = {
 };
 
 int
-main(int argc OVS_UNUSED, char *argv[])
+main(int argc, char *argv[])
 {
     set_program_name(argv[0]);
     time_init();