diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp index 860b4c3b8..e65c602ab 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(); unsigned runs = m_args["optimize-runs"].as(); - if (m_args.count("optimize-runs")) - optimize = true; m_compiler->compile(optimize, runs); } catch (ParserError const& _exception)