diff options
-rw-r--r-- | CommandLineInterface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp index 860b4c3b..e65c602a 100644 --- a/CommandLineInterface.cpp +++ b/CommandLineInterface.cpp @@ -412,8 +412,6 @@ bool CommandLineInterface::processInput() // TODO: Perhaps we should not compile unless requested bool optimize = m_args["optimize"].as<bool>(); unsigned runs = m_args["optimize-runs"].as<unsigned>(); - if (m_args.count("optimize-runs")) - optimize = true; m_compiler->compile(optimize, runs); } catch (ParserError const& _exception) |