Skip to content

Commit e6ba856

Browse files
authored
Update subtractions.cpp
1 parent e3f838b commit e6ba856

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ODIN_II/SRC/subtractions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ void instantiate_hard_adder_subtraction(nnode_t *node, short mark, netlist_t * /
141141
if (len <= sanity) /* buffer not large enough */
142142
oassert(false);
143143

144-
if(new_name)
145-
vtr::free(new_name);
146144
/* Give names to the output pins */
147145
for (i = 0; i < node->num_output_pins; i++)
148146
{

0 commit comments

Comments
 (0)