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