summaryrefslogtreecommitdiff
path: root/src/include/testmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/testmalloc.h')
-rw-r--r--src/include/testmalloc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/testmalloc.h b/src/include/testmalloc.h
deleted file mode 100644
index 25ab7f3..0000000
--- a/src/include/testmalloc.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef testmalloc_header
-#define testmalloc_header
-
-void test_malloc(unsigned int cnt);
-
-#endif