summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 436809e..c277d33 100644
--- a/utils.h
+++ b/utils.h
@@ -79,7 +79,6 @@ typedef int Comparison;
extern Opaque uAlloc(unsigned /* size */);
extern Opaque uCalloc(unsigned /* n */ ,
unsigned /* size */);
-extern void uFree(Opaque /* ptr */);
#define uTypedAlloc(t) ((t *)uAlloc((unsigned)sizeof(t)))
#define uTypedCalloc(n,t) ((t *)uCalloc((unsigned)n,(unsigned)sizeof(t)))