Added memory management.
[yaz-moved-to-github.git] / odr / odr_util.c
index 16dc984..fb4c7c0 100644 (file)
@@ -1,8 +1,6 @@
 #include <odr.h>
 #include <stdlib.h>
 
-void *nalloc(ODR o, int size) { return malloc(size); }
-
 char *odr_indent(ODR o)
 {
     static char buf[512];