X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Faxmap.c;h=eef464ff2d5bd4a29bf4dbc54ad6f8ed5131e0cd;hb=363a5f6568b682071153e4c570ecc60186d6c814;hp=e32ff98d09f1323a12b9cb1c708cb49370ca0a38;hpb=ac569176810073f42e8647fd7da102d845342be5;p=fio.git diff --git a/t/axmap.c b/t/axmap.c index e32ff98d..eef464ff 100644 --- a/t/axmap.c +++ b/t/axmap.c @@ -1,23 +1,10 @@ #include #include -#include -#include -#include #include #include "../lib/lfsr.h" #include "../lib/axmap.h" -void *smalloc(size_t size) -{ - return malloc(size); -} - -void sfree(void *ptr) -{ - free(ptr); -} - static int test_regular(size_t size, int seed) { struct fio_lfsr lfsr;