ofproto: Use hash table instead of sparse array for ofports.
[sliver-openvswitch.git] / utilities / ovs-kill.c
index cf63437..f230962 100644 (file)
@@ -46,7 +46,6 @@ main(int argc, char *argv[])
     int i;
 
     set_program_name(argv[0]);
-    vlog_init();
     parse_options(argc, argv);
 
     argc -= optind;