mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
techmap: remove dead variable. NFC.
This commit is contained in:
parent
0a74368bfc
commit
fb5b070e7e
|
@ -268,7 +268,6 @@ struct TechmapWorker
|
||||||
tpl_written_bits.insert(bit);
|
tpl_written_bits.insert(bit);
|
||||||
|
|
||||||
SigMap port_signal_map;
|
SigMap port_signal_map;
|
||||||
SigSig port_signal_assign;
|
|
||||||
|
|
||||||
for (auto &it : cell->connections())
|
for (auto &it : cell->connections())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue