X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=gettime-thread.c;h=0a2cc6c451d533d1a5c56ce2ce857c85a7b31de2;hb=8178434ccba8e2d06684ce0c730b0eda571c5280;hp=87f50600cca01a78d25f53f167d7835212dde5cc;hpb=d3d378218e9e03411749b65451b32d7a7466ff61;p=fio.git diff --git a/gettime-thread.c b/gettime-thread.c index 87f50600..0a2cc6c4 100644 --- a/gettime-thread.c +++ b/gettime-thread.c @@ -1,5 +1,3 @@ -#include -#include #include #include @@ -17,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)