timeval: Remove time_disable_restart(), time_enable_restart() functions.
[sliver-openvswitch.git] / lib / timeval.h
index b74fe12..eff28e2 100644 (file)
@@ -57,8 +57,6 @@ BUILD_ASSERT_DECL(TYPE_IS_SIGNED(time_t));
 #endif
 #endif /* ifndef CACHE_TIME */
 
-void time_disable_restart(void);
-void time_enable_restart(void);
 void time_postfork(void);
 void time_refresh(void);
 time_t time_now(void);