Merge branch 'patch-1' of https://github.com/neheb/fio
[fio.git] / unittests / unittest.c
index 66789e4fcc2f0c6f6c9cbc35f51a46e82f86353d..c37e1971a0518544c2cdc136b5e276f387b16d4e 100644 (file)
@@ -8,17 +8,6 @@
 
 #include "./unittest.h"
 
-/* XXX workaround lib/memalign.c's dependency on smalloc.c */
-void *smalloc(size_t size)
-{
-       return malloc(size);
-}
-
-void sfree(void *ptr)
-{
-       free(ptr);
-}
-
 CU_ErrorCode fio_unittest_add_suite(const char *name, CU_InitializeFunc initfn,
        CU_CleanupFunc cleanfn, struct fio_unittest_entry *tvec)
 {