X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=gettime-thread.c;h=0a2cc6c451d533d1a5c56ce2ce857c85a7b31de2;hb=540e235dcd276e63c57ca4bd35f70a0651e2d00e;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)