internal tcalloc no longer needed
This commit is contained in:
parent
94be38cf93
commit
f3476862d1
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue