diff --git a/src/map/if/ifDec08.c b/src/map/if/ifDec08.c index e299c39ea..89bee1f75 100644 --- a/src/map/if/ifDec08.c +++ b/src/map/if/ifDec08.c @@ -283,7 +283,6 @@ static inline int If_Dec08DeriveCount2( word * pF, word * pRes, int nVars ) *pRes = ((iCof1 << nShift) | iCof0); return MaskDec; } -*/ static inline word If_DecTruthStretch( word t, int nVars ) { assert( nVars > 1 ); @@ -299,6 +298,7 @@ static inline word If_DecTruthStretch( word t, int nVars ) nVars++, t = (t & 0xFFFFFFFF) | ((t & 0xFFFFFFFF) << 32); assert( nVars >= 6 ); } +*/ // support minimization static inline int If_DecSuppIsMinBase( int Supp ) diff --git a/src/map/if/ifDec10.c b/src/map/if/ifDec10.c index e91dc5c2f..00904a182 100644 --- a/src/map/if/ifDec10.c +++ b/src/map/if/ifDec10.c @@ -280,7 +280,6 @@ static inline int If_Dec10DeriveCount2( word * pF, word * pRes, int nVars ) *pRes = ((iCof1 << nShift) | iCof0); return MaskDec; } -*/ static inline word If_DecTruthStretch( word t, int nVars ) { assert( nVars > 1 ); @@ -296,6 +295,7 @@ static inline word If_DecTruthStretch( word t, int nVars ) nVars++, t = (t & 0xFFFFFFFF) | ((t & 0xFFFFFFFF) << 32); assert( nVars >= 6 ); } +*/ // support minimization static inline int If_DecSuppIsMinBase( int Supp )