summaryrefslogtreecommitdiffstats
path: root/src/map/mapper/mapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mapper/mapper.c')
-rw-r--r--src/map/mapper/mapper.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/map/mapper/mapper.c b/src/map/mapper/mapper.c
index 20a6ab6e..db06f1fd 100644
--- a/src/map/mapper/mapper.c
+++ b/src/map/mapper/mapper.c
@@ -155,10 +155,8 @@ int Map_CommandReadLibrary( Abc_Frame_t * pAbc, int argc, char **argv )
Map_SuperLibFree( (Map_SuperLib_t *)Abc_FrameReadLibSuper() );
Abc_FrameSetLibSuper( pLib );
// replace the current genlib library
-// if ( s_pLib ) Mio_LibraryDelete( s_pLib );
-// s_pLib = s_pSuperLib->pGenlib;
- Mio_LibraryDelete( (Mio_Library_t *)Abc_FrameReadLibGen() );
- Abc_FrameSetLibGen( (Mio_Library_t *)pLib->pGenlib );
+// Mio_LibraryDelete( (Mio_Library_t *)Abc_FrameReadLibGen() );
+// Abc_FrameSetLibGen( (Mio_Library_t *)pLib->pGenlib );
return 0;
usage: