gettime: remove 'is_thread' variable to local clock init
[fio.git] / backend.c
index e3ff777ba73a478bf344e400fbb2f00a196f0663..4f88da0efe462616ab29aaf97044f74292f17431 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -1529,7 +1529,7 @@ static void *thread_main(void *data)
        } else
                td->pid = gettid();
 
-       fio_local_clock_init(o->use_thread);
+       fio_local_clock_init();
 
        dprint(FD_PROCESS, "jobs pid=%d started\n", (int) td->pid);