X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime-thread.c;h=0a2cc6c451d533d1a5c56ce2ce857c85a7b31de2;hp=eb535a07cf041250064decdeb1cc9d74f1252703;hb=ee3696bdfd84bb2a0ef0757a6ce0140eea46228a;hpb=3d2d14bcb844e72809192311369a642c5d415472 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)