lib/memalign: remove smalloc()/sfree() dependency
[fio.git] / unittests / unittest.h
index bbc49613591156c88e974a66ec605d1670c08631..786c1c97ec8f149b8b43c4cd7b6dbe017966230c 100644 (file)
@@ -11,10 +11,6 @@ struct fio_unittest_entry {
        CU_TestFunc fn;
 };
 
-/* XXX workaround lib/memalign.c's dependency on smalloc.c */
-void *smalloc(size_t);
-void sfree(void*);
-
 CU_ErrorCode fio_unittest_add_suite(const char*, CU_InitializeFunc,
        CU_CleanupFunc, struct fio_unittest_entry*);