Fix regression introduced by commit 334185e
[fio.git] / backend.c
index d1d55718b32ecb76009c6adc3484decee2f3a626..23fa345b7e19496ae64af4a0bfa8983ddaefe794 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -1270,11 +1270,6 @@ static void *thread_main(void *data)
        } else
                td->pid = gettid();
 
-       /*
-        * fio_time_init() may not have been called yet if running as a server
-        */
-       fio_time_init();
-
        fio_local_clock_init(o->use_thread);
 
        dprint(FD_PROCESS, "jobs pid=%d started\n", (int) td->pid);