From 65fc65912959675c4f9c9d0875fb8a10e316af8f Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Sun, 3 Jan 2021 00:08:43 +0100 Subject: [PATCH] prepare(3) for delete connection implementation --- src/netlist.c | 1 - 1 file changed, 1 deletion(-) 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);