Commit 7e7ba156 by Alan Mishchenko

Compiler warning.

parent e7def3d4
...@@ -607,7 +607,7 @@ void SimpSolver::extendModel() ...@@ -607,7 +607,7 @@ void SimpSolver::extendModel()
bool SimpSolver::eliminate(bool turn_off_elim) bool SimpSolver::eliminate(bool turn_off_elim)
{ {
abctime clk = Abc_Clock(); //abctime clk = Abc_Clock();
if (!simplify()) if (!simplify())
return false; return false;
else if (!use_simplification) else if (!use_simplification)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment