mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +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:
@@ -65,7 +65,7 @@ static void log_poll_interval(long long int last_wakeup,
|
||||
*
|
||||
* It is not necessary to call this function directly, because other time
|
||||
* functions will call it automatically, but it doesn't hurt. */
|
||||
void
|
||||
static void
|
||||
time_init(void)
|
||||
{
|
||||
static bool inited;
|
||||
|
Reference in New Issue
Block a user