Update passes/opt/opt.cc

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Akash Levy 2026-05-26 06:38:27 -07:00 committed by GitHub
parent 9a225025d4
commit 9ded74751c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ struct OptPass : public Pass {
log(" only run the specified number of iterations.\n");
log(" default: 20. use 0 for unlimited.\n");
log("\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{