mirror of https://github.com/YosysHQ/yosys.git
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);
|
||||
|
||||
SigMap port_signal_map;
|
||||
SigSig port_signal_assign;
|
||||
|
||||
for (auto &it : cell->connections())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue