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