summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils.c b/utils.c
index 120ef13..fcf7a8c 100644
--- a/utils.c
+++ b/utils.c
@@ -53,15 +53,6 @@ uRecalloc(void *old, size_t nOld, size_t nNew, size_t itemSize)
}
#endif
-/***====================================================================***/
-
-void
-uFree(Opaque ptr)
-{
- if (ptr != (Opaque) NULL)
- free((char *) ptr);
- return;
-}
/***====================================================================***/
/*** PRINT FUNCTIONS ***/