Fix double-call of log_pop() in synth_greenpak4

This commit is contained in:
Clifford Wolf 2017-02-14 11:57:54 +01:00
parent f3a25d9d34
commit 2a311c2c38
1 changed files with 0 additions and 2 deletions

View File

@ -204,8 +204,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (!json_file.empty() || help_mode)
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
}
log_pop();
}
} SynthGreenPAK4Pass;