2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +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:
Ben Pfaff
2010-07-21 15:42:22 -07:00
parent 7bc9188dda
commit ff8bb7e76b
24 changed files with 2 additions and 25 deletions

View File

@@ -44,7 +44,6 @@ BUILD_ASSERT_DECL(TYPE_IS_SIGNED(time_t));
* much time will be wasted in signal handlers and calls to clock_gettime(). */
#define TIME_UPDATE_INTERVAL 100
void time_init(void);
void time_disable_restart(void);
void time_enable_restart(void);
void time_postfork(void);