mirror of https://github.com/YosysHQ/abc.git
Compiler warning.
This commit is contained in:
parent
e7def3d4a2
commit
7e7ba1562e
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue