Merge branch 'offload-flags-fix' of https://github.com/vincentkfu/fio
[fio.git] / gettime-thread.c
index eb535a07cf041250064decdeb1cc9d74f1252703..0a2cc6c451d533d1a5c56ce2ce857c85a7b31de2 100644 (file)
@@ -15,8 +15,6 @@ void fio_gtod_init(void)
                return;
 
        fio_ts = smalloc(sizeof(*fio_ts));
-       if (!fio_ts)
-               log_err("fio: smalloc pool exhausted\n");
 }
 
 static void fio_gtod_update(void)