Compiler problem.

This commit is contained in:
Alan Mishchenko 2018-09-20 17:07:48 -07:00
parent c861635cdd
commit 26bfd740b8
1 changed files with 0 additions and 1 deletions

View File

@ -1440,7 +1440,6 @@ static int Abc_NextPermSwapC(char * pData, signed char * pDir, int size)
}
typedef unsigned(*TtCanonicizeFunc)(Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag);
unsigned Abc_TtCanonicizeWrap(TtCanonicizeFunc func, Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag)
{
int nWords = Abc_TtWordNum(nVars);