Commit 044c7a07 by Alan Mishchenko

Disabling unused feature in &nf.

parent 6df13962
...@@ -2407,11 +2407,13 @@ Gia_Man_t * Nf_ManPerformMapping( Gia_Man_t * pGia, Jf_Par_t * pPars ) ...@@ -2407,11 +2407,13 @@ Gia_Man_t * Nf_ManPerformMapping( Gia_Man_t * pGia, Jf_Par_t * pPars )
} }
Nf_ManFixPoDrivers( p ); Nf_ManFixPoDrivers( p );
pNew = Nf_ManDeriveMapping( p ); pNew = Nf_ManDeriveMapping( p );
/*
if ( pPars->fAreaOnly ) if ( pPars->fAreaOnly )
{ {
int Sbm_ManTestSat( void * pMan ); int Sbm_ManTestSat( void * pMan );
Sbm_ManTestSat( p ); Sbm_ManTestSat( p );
} }
*/
Nf_StoDelete( p ); Nf_StoDelete( p );
return pNew; return pNew;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment