From 45d5d9a76402d5ec4a76c8aff07ab1216e9f8723 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 6 Mar 2022 23:12:34 +0100 Subject: [PATCH] remove duplicate pointer allocation --- src/spicelib/devices/hicum2/hicum2setup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/spicelib/devices/hicum2/hicum2setup.c b/src/spicelib/devices/hicum2/hicum2setup.c index f820b5eb2..d9920e9ae 100644 --- a/src/spicelib/devices/hicum2/hicum2setup.c +++ b/src/spicelib/devices/hicum2/hicum2setup.c @@ -754,9 +754,6 @@ do { if((here->ptr = SMPmakeElt(matrix, here->first, here->second)) == NULL){\ } - TSTALLOC(HICUMbaseBPSubsSIPtr ,HICUMbaseBPNode,HICUMsubsSINode); - TSTALLOC(HICUMsubsSIBaseBPPtr ,HICUMsubsSINode,HICUMbaseBPNode); - if (selfheat) { TSTALLOC(HICUMcollTempPtr, HICUMcollNode, HICUMtempNode); TSTALLOC(HICUMbaseTempPtr,HICUMbaseNode,HICUMtempNode);