prepare(3) for delete connection implementation

This commit is contained in:
Stefan Frederik 2021-01-03 00:08:43 +01:00
parent 61fcefa987
commit 65fc659129
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ void hash_wires(void)
{
int n;
if(xctx->prep_hash_wires) return;
here(1234);
del_wire_table();
for(n=0; n<xctx->wires; n++) hash_wire(XINSERT, n, 0);