Temporarily disabling new code.

This commit is contained in:
Alan Mishchenko 2022-09-19 12:41:19 -07:00
parent 2df7443317
commit 6c8c6aafc5
1 changed files with 2 additions and 0 deletions

View File

@ -1211,11 +1211,13 @@ Gia_Man_t * Gia_ManTtoptCare( Gia_Man_t * p, int nIns, int nOuts, int nRounds, c
}
#endif
extern "C"
Gia_Man_t * Gia_ManTtopt( Gia_Man_t * p, int nIns, int nOuts, int nRounds )
{
return NULL;
}
extern "C"
Gia_Man_t * Gia_ManTtoptCare( Gia_Man_t * p, int nIns, int nOuts, int nRounds, char * pFileName, int nRarity )
{
return NULL;