timeval: Remove CACHE_TIME scheme.
[sliver-openvswitch.git] / tests / test-lockfile.c
index fe258c2..99f6879 100644 (file)
@@ -96,7 +96,6 @@ do_fork(void)
 {
     switch (fork()) {
     case 0:
-        time_postfork();
         lockfile_postfork();
         return CHILD;