From f3476862d185e97f2cdfe80b44fa0a36299fccb8 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 5 Nov 2017 10:31:01 +0100 Subject: [PATCH] internal tcalloc no longer needed --- src/xspice/cm/cmexport.c | 4 ---- 1 file changed, 4 deletions(-) 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) {