3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

techmap: remove dead variable. NFC.

This commit is contained in:
whitequark 2020-06-03 01:44:06 +00:00
parent 0a74368bfc
commit fb5b070e7e

View file

@ -268,7 +268,6 @@ struct TechmapWorker
tpl_written_bits.insert(bit);
SigMap port_signal_map;
SigSig port_signal_assign;
for (auto &it : cell->connections())
{