3
0
Fork 0
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:
Eddie Hung 2020-01-02 16:14:04 -08:00
parent 4eaf415052
commit a050f9c808
2 changed files with 0 additions and 8 deletions

View file

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