vlog: Remove explicit calls to vlog_init().
[sliver-openvswitch.git] / tests / test-flows.c
index 279de64..be401ed 100644 (file)
@@ -39,7 +39,6 @@ main(int argc OVS_UNUSED, char *argv[])
     int n = 0, errors = 0;
 
     set_program_name(argv[0]);
-    vlog_init();
 
     flows = stdin;
     pcap = fdopen(3, "rb");