Merge pull request #5571 from YosysHQ/micko/warning

remove unused variable
This commit is contained in:
Miodrag Milanović 2025-12-23 16:32:10 +01:00 committed by GitHub
commit aa9991d3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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>();