timeval: Make time_init() static and remove calls to it.
[sliver-openvswitch.git] / utilities / ovs-openflowd.c
index ebfc3c3..b30695f 100644 (file)
@@ -96,7 +96,6 @@ main(int argc, char *argv[])
 
     proctitle_init(argc, argv);
     set_program_name(argv[0]);
-    time_init();
     vlog_init();
     parse_options(argc, argv, &s);
     signal(SIGPIPE, SIG_IGN);