diff --git a/src/netlist.c b/src/netlist.c index fda23f8f..42d0037c 100644 --- a/src/netlist.c +++ b/src/netlist.c @@ -347,7 +347,6 @@ void hash_wires(void) { int n; if(xctx->prep_hash_wires) return; - here(1234); del_wire_table(); for(n=0; nwires; n++) hash_wire(XINSERT, n, 0);