Remove gotos from read_iolog_get()
[fio.git] / gettime.c
index 533ec97b50b6e9c1baf84e82a012090a06214be2..136c02c15af797bc9057ea10a1511f1d79e856a4 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -6,11 +6,10 @@
 #include <sys/time.h>
 
 #include "fio.h"
-#include "os.h"
 
 #include "hash.h"
 
-static int clock_gettime_works = 1;
+static int clock_gettime_works = 0;
 
 #ifdef FIO_DEBUG_TIME