mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 21:03:40 +00:00
Remove a few log_{push,pop}()
This commit is contained in:
parent
4eaf415052
commit
a050f9c808
2 changed files with 0 additions and 8 deletions
|
@ -436,7 +436,6 @@ struct Abc9OpsPass : public Pass {
|
|||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||
{
|
||||
log_header(design, "Executing ABC9_OPS pass (helper functions for ABC9).\n");
|
||||
log_push();
|
||||
|
||||
bool break_scc_mode = false;
|
||||
bool unbreak_scc_mode = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue