Skip to content

Commit d2c15a0

Browse files
committed
Commenting out conflicting declarations.
1 parent 00cee5f commit d2c15a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/opt/untk/NtkNtk.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ extern "C" {
2626
Abc_Ntk_t * Abc_NtkFromAigPhase( Aig_Man_t * pMan );
2727
int Abc_NtkDarPdr( Abc_Ntk_t * pNtk, Pdr_Par_t * pPars );
2828
int Abc_NtkDarBmc3( Abc_Ntk_t * pNtk, Saig_ParBmc_t * pPars, int fOrDecomp );
29-
int Wlc_ObjDup( Wlc_Ntk_t * pNew, Wlc_Ntk_t * p, int iObj, Vec_Int_t * vFanins );
29+
//int Wlc_ObjDup( Wlc_Ntk_t * pNew, Wlc_Ntk_t * p, int iObj, Vec_Int_t * vFanins );
3030
void Wlc_NtkDupDfs_rec( Wlc_Ntk_t * pNew, Wlc_Ntk_t * p, int iObj, Vec_Int_t * vFanins );
31-
void Wlc_ObjSetCo( Wlc_Ntk_t * p, Wlc_Obj_t * pObj, int fFlopInput );
31+
//void Wlc_ObjSetCo( Wlc_Ntk_t * p, Wlc_Obj_t * pObj, int fFlopInput );
3232
Aig_Man_t * Abc_NtkToDar( Abc_Ntk_t * pNtk, int fExors, int fRegisters );
3333
Gia_Man_t * Gia_ManDupInvMiter( Gia_Man_t * p, Gia_Man_t * pInv );
3434
Wla_Man_t * Wla_ManStart( Wlc_Ntk_t * pNtk, Wlc_Par_t * pPars );
3535
void Wla_ManStop( Wla_Man_t * pWla );
3636
int Wla_ManSolve( Wla_Man_t * pWla, Wlc_Par_t * pPars );
3737
Gia_Man_t * Wlc_NtkBitBlast2( Wlc_Ntk_t * p, Vec_Int_t * vBoxIds );
38-
void Gia_ManPrintStats( Gia_Man_t * p, Gps_Par_t * pPars );
38+
//void Gia_ManPrintStats( Gia_Man_t * p, Gps_Par_t * pPars );
3939
}
4040

4141
using namespace std;

0 commit comments

Comments
 (0)