From 1260d20cc05fe2d21088cc047c460e85ccdb3b14 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 5 Sep 2005 08:01:00 -0700 Subject: Version abc50905 --- src/base/abci/abcFxu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/base/abci/abcFxu.c') diff --git a/src/base/abci/abcFxu.c b/src/base/abci/abcFxu.c index 0c8994e1..3a70862f 100644 --- a/src/base/abci/abcFxu.c +++ b/src/base/abci/abcFxu.c @@ -52,8 +52,6 @@ static void Abc_NtkFxuReconstruct( Abc_Ntk_t * pNtk, Fxu_Data_t * p ); ***********************************************************************/ bool Abc_NtkFastExtract( Abc_Ntk_t * pNtk, Fxu_Data_t * p ) { - int fCheck = 1; - assert( Abc_NtkIsLogic(pNtk) ); // convert nodes to SOPs if ( Abc_NtkIsMappedLogic(pNtk) ) @@ -81,7 +79,7 @@ bool Abc_NtkFastExtract( Abc_Ntk_t * pNtk, Fxu_Data_t * p ) // update the network Abc_NtkFxuReconstruct( pNtk, p ); // make sure everything is okay - if ( fCheck && !Abc_NtkCheck( pNtk ) ) + if ( !Abc_NtkCheck( pNtk ) ) printf( "Abc_NtkFastExtract: The network check has failed.\n" ); return 1; } -- cgit v1.2.3