From 26bfd740b8e9c7bc365f6a7528b47c4052a40cfe Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 20 Sep 2018 17:07:48 -0700 Subject: Compiler problem. --- src/opt/dau/dauCanon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/opt/dau/dauCanon.c b/src/opt/dau/dauCanon.c index ae9b7761..357da500 100644 --- a/src/opt/dau/dauCanon.c +++ b/src/opt/dau/dauCanon.c @@ -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); -- cgit v1.2.3