3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-24 21:16:51 +00:00

remove unused variable

This commit is contained in:
Miodrag Milanovic 2025-12-23 15:47:35 +01:00
parent 64a933d77b
commit 4bc4e4eb41

View file

@ -163,7 +163,6 @@ struct IcellLiberty : Pass {
log_header(d, "Executing ICELL_LIBERTY pass.\n");
size_t argidx;
IdString naming_attr;
std::string liberty_filename;
auto liberty_file = std::make_unique<std::ofstream>();