Compiler warning.

This commit is contained in:
Alan Mishchenko 2013-04-17 22:23:29 -07:00
parent 6502aa82d6
commit 05c8df33f2
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ ABC_NAMESPACE_IMPL_START
***********************************************************************/
int Sfm_TruthToCnf( word Truth, int nVars, Vec_Int_t * vCover, Vec_Str_t * vCnf )
{
int nCubes = 0;
Vec_StrClear( vCnf );
if ( Truth == 0 || ~Truth == 0 )
{