summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils.c b/utils.c
index 2d605dd..603e8b7 100644
--- a/utils.c
+++ b/utils.c
@@ -34,14 +34,6 @@
/***====================================================================***/
Opaque
-uCalloc(unsigned n, unsigned size)
-{
- return ((Opaque) calloc(n, size));
-}
-
-/***====================================================================***/
-
-Opaque
uRealloc(Opaque old, unsigned newSize)
{
if (old == NULL)