Compiler warning.

This commit is contained in:
Alan Mishchenko
2015-04-01 15:46:25 +07:00
parent 9cee436686
commit 57a6f016d2
+1 -1
View File
@@ -373,7 +373,7 @@ int Bmc_PerformISearchOne( Gia_Man_t * p, int nFramesMax, int nTimeOut, int fRev
Gia_Man_t * pMiter, * pTemp;
Cnf_Dat_t * pCnf;
sat_solver * pSat;
Vec_Int_t * vRegs;
Vec_Int_t * vRegs = NULL;
// Vec_Int_t * vLits;
int i, Iter, status;
int nLitsUsed, RetValue = 0;