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/map/mapper/mapperLib.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/map/mapper/mapperLib.c') diff --git a/src/map/mapper/mapperLib.c b/src/map/mapper/mapperLib.c index 5fea1f00..a9e9e29b 100644 --- a/src/map/mapper/mapperLib.c +++ b/src/map/mapper/mapperLib.c @@ -139,15 +139,9 @@ void Map_SuperLibFree( Map_SuperLib_t * p ) if ( p == NULL ) return; if ( p->pGenlib ) { -// if ( s_pLib == p->pGenlib ) -// s_pLib = NULL; -// if ( Abc_FrameReadLibGen(Abc_FrameGetGlobalFrame()) == p->pGenlib ) -// Abc_FrameSetLibGen(Abc_FrameGetGlobalFrame(), NULL); -// Mio_LibraryDelete( p->pGenlib ); - - assert( p->pGenlib == Abc_FrameReadLibGen(Abc_FrameGetGlobalFrame()) ); + assert( p->pGenlib == Abc_FrameReadLibGen() ); Mio_LibraryDelete( p->pGenlib ); - Abc_FrameSetLibGen(Abc_FrameGetGlobalFrame(), NULL); + Abc_FrameSetLibGen( NULL ); } if ( p->tTableC ) Map_SuperTableFree( p->tTableC ); -- cgit v1.2.3