summaryrefslogtreecommitdiffstats
path: root/lib/libgnumalloc/cfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libgnumalloc/cfree.c')
-rw-r--r--lib/libgnumalloc/cfree.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libgnumalloc/cfree.c b/lib/libgnumalloc/cfree.c
deleted file mode 100644
index e570228..0000000
--- a/lib/libgnumalloc/cfree.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * cfree.c
- */
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
-void
-cfree(void *foo)
-{
- free(foo);
-}
OpenPOWER on IntegriCloud