internal tcalloc no longer needed

This commit is contained in:
Holger Vogt 2017-11-05 10:31:01 +01:00
parent 94be38cf93
commit f3476862d1
1 changed files with 0 additions and 4 deletions

View File

@ -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) {