Compiler warning.

This commit is contained in:
Alan Mishchenko 2017-09-16 14:30:02 -07:00
parent e7def3d4a2
commit 7e7ba1562e
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ void SimpSolver::extendModel()
bool SimpSolver::eliminate(bool turn_off_elim)
{
abctime clk = Abc_Clock();
//abctime clk = Abc_Clock();
if (!simplify())
return false;
else if (!use_simplification)