X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime-thread.c;h=0a2cc6c451d533d1a5c56ce2ce857c85a7b31de2;hp=eb535a07cf041250064decdeb1cc9d74f1252703;hb=379e5f09a16f789f3d15ff5541a42e1e74d2b383;hpb=ec2ea18e87fad6c42d6875cd4ee1bb25ef9b4627 diff --git a/gettime-thread.c b/gettime-thread.c index eb535a07..0a2cc6c4 100644 --- a/gettime-thread.c +++ b/gettime-thread.c @@ -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)