mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 04:35:44 +00:00
misc: fix unused variable in new main branch merge
This commit is contained in:
parent
569ab1231b
commit
1d94aa6965
1 changed files with 0 additions and 1 deletions
|
|
@ -981,7 +981,6 @@ struct OptCompactPrefixWorker : CutRegionWorker
|
|||
port_buses.push_back({sigmap(SigSpec(w)), w->name.str()});
|
||||
|
||||
vector<Rewrite> rewrites;
|
||||
pool<SigBit> claimed_bits;
|
||||
vector<RootCand> root_list = collect_roots();
|
||||
for (int ri = 0; ri < GetSize(root_list); ri++) {
|
||||
auto &root = root_list[ri];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue