mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
timeval: Make time_init() static and remove calls to it.
Since the timeval module now initializes itself on-demand, there is no longer any need to initialize it explicitly, or to provide an interface to do so.
This commit is contained in:
@@ -53,7 +53,6 @@ int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
set_program_name(argv[0]);
|
||||
time_init();
|
||||
vlog_init();
|
||||
parse_options(argc, argv);
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
Reference in New Issue
Block a user