Logic sharing for multi-input gates (silencing a warning).

This commit is contained in:
Alan Mishchenko 2012-03-27 21:59:13 -07:00
parent a21f2986aa
commit 3992e344ea
1 changed files with 0 additions and 4 deletions

View File

@ -220,10 +220,6 @@ Vec_Wrd_t * Abc_NtkShareSuperAnd( Abc_Obj_t * pObj, int * pCounter )
}
Vec_WrdForEachEntry( vSuper, Num, i )
Vec_WrdWriteEntry( vSuper, i, Abc_NtkShareUnpackId(Num) );
if ( Vec_WrdSize(vSuper) == 1 )
{
int s = 0;
}
return vSuper;
}