remove duplicate pointer allocation

This commit is contained in:
dwarning 2022-03-06 23:12:34 +01:00 committed by Holger Vogt
parent 246f9f5e9e
commit 45d5d9a764
1 changed files with 0 additions and 3 deletions

View File

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