diff --git a/src/xspice/cm/cmexport.c b/src/xspice/cm/cmexport.c index cf16cbbe0..c608f0ac9 100644 --- a/src/xspice/cm/cmexport.c +++ b/src/xspice/cm/cmexport.c @@ -3,10 +3,6 @@ #include "ngspice/cm.h" #include "ngspice/dllitf.h" -/*how annoying!, needed for structure below*/ -static void *tcalloc(size_t a, size_t b) { - return tmalloc(a*b); /* FIXME, tcalloc must zero !?!? */ -} #ifdef HAVE_LIBGC static void no_free(const void *p) {