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