From 83070ccd1091a1c44ac838f95bab6811cbc287f5 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 31 Aug 2017 08:34:27 -0600 Subject: [PATCH] t/axmap: we don't need smalloc/sfree wrappers Signed-off-by: Jens Axboe --- t/axmap.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/t/axmap.c b/t/axmap.c index e32ff98d..a803ce47 100644 --- a/t/axmap.c +++ b/t/axmap.c @@ -8,16 +8,6 @@ #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; -- 2.25.1