From 2a311c2c386ce173dca8c5e6e883a8f4f2d9ef00 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 14 Feb 2017 11:57:54 +0100 Subject: [PATCH] Fix double-call of log_pop() in synth_greenpak4 --- techlibs/greenpak4/synth_greenpak4.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc index be12ab495..92bcc8de7 100644 --- a/techlibs/greenpak4/synth_greenpak4.cc +++ b/techlibs/greenpak4/synth_greenpak4.cc @@ -204,8 +204,6 @@ struct SynthGreenPAK4Pass : public ScriptPass if (!json_file.empty() || help_mode) run(stringf("write_json %s", help_mode ? "" : json_file.c_str())); } - - log_pop(); } } SynthGreenPAK4Pass; -- 2.30.2