Commit 05c8df33 by Alan Mishchenko

Compiler warning.

parent 6502aa82
......@@ -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 )
{
......
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