Commit 334f4a29 by Alan Mishchenko

Compiler warning.

parent c4446189
...@@ -586,7 +586,6 @@ Vec_Int_t * Pdr_ManDeriveInfinityClauses( Pdr_Man_t * p, int fReduce ) ...@@ -586,7 +586,6 @@ Vec_Int_t * Pdr_ManDeriveInfinityClauses( Pdr_Man_t * p, int fReduce )
Vec_Ptr_t * vCubes; Vec_Ptr_t * vCubes;
Pdr_Set_t * pCube; Pdr_Set_t * pCube;
int i, v, kStart; int i, v, kStart;
abctime clk = Abc_Clock();
// collect cubes used in the inductive invariant // collect cubes used in the inductive invariant
kStart = Pdr_ManFindInvariantStart( p ); kStart = Pdr_ManFindInvariantStart( p );
vCubes = Pdr_ManCollectCubes( p, kStart ); vCubes = Pdr_ManCollectCubes( p, kStart );
......
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