timeval: Make time_init() static and remove calls to it.
[sliver-openvswitch.git] / utilities / ovs-ofctl.c
index c0b7628..2853c0e 100644 (file)
@@ -74,7 +74,6 @@ int
 main(int argc, char *argv[])
 {
     set_program_name(argv[0]);
-    time_init();
     vlog_init();
     parse_options(argc, argv);
     signal(SIGPIPE, SIG_IGN);