tests: Remove incorrect OVS_UNUSED from declaration.
[sliver-openvswitch.git] / 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();