aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineInterface.cpp')
-rw-r--r--CommandLineInterface.cpp2
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)