summaryrefslogtreecommitdiff
path: root/include/parserutils/functypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parserutils/functypes.h')
-rw-r--r--include/parserutils/functypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/parserutils/functypes.h b/include/parserutils/functypes.h
index 7ff626d..174bca2 100644
--- a/include/parserutils/functypes.h
+++ b/include/parserutils/functypes.h
@@ -19,9 +19,6 @@ extern "C"
#include <parserutils/types.h>
-/* Type of allocation function for parserutils */
-typedef void *(*parserutils_alloc)(void *ptr, size_t size, void *pw);
-
#ifdef __cplusplus
}
#endif