mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-23 00:37:38 +00:00
remove unused variable
This commit is contained in:
parent
64a933d77b
commit
4bc4e4eb41
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ struct IcellLiberty : Pass {
|
||||||
log_header(d, "Executing ICELL_LIBERTY pass.\n");
|
log_header(d, "Executing ICELL_LIBERTY pass.\n");
|
||||||
|
|
||||||
size_t argidx;
|
size_t argidx;
|
||||||
IdString naming_attr;
|
|
||||||
std::string liberty_filename;
|
std::string liberty_filename;
|
||||||
auto liberty_file = std::make_unique<std::ofstream>();
|
auto liberty_file = std::make_unique<std::ofstream>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue