summaryrefslogtreecommitdiffstats
path: root/src/base/ver
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-02-16 23:40:23 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-02-16 23:40:23 -0800
commit97856d021a1282cf3fb9a86701fff3ec403fe912 (patch)
tree7dbd5471eb417540ad39fa6079ac8c32a2e06222 /src/base/ver
parent791b107e7a225103ee76c921c3c4a96d0e1adae2 (diff)
downloadabc-97856d021a1282cf3fb9a86701fff3ec403fe912.tar.gz
abc-97856d021a1282cf3fb9a86701fff3ec403fe912.tar.bz2
abc-97856d021a1282cf3fb9a86701fff3ec403fe912.zip
Silencing some of the gcc warnings.
Diffstat (limited to 'src/base/ver')
-rw-r--r--src/base/ver/verCore.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base/ver/verCore.c b/src/base/ver/verCore.c
index 1a924c31..4c40346c 100644
--- a/src/base/ver/verCore.c
+++ b/src/base/ver/verCore.c
@@ -2051,10 +2051,6 @@ int Ver_ParseConnectBox( Ver_Man_t * pMan, Abc_Obj_t * pBox )
assert( Ver_NtkIsDefined(pNtkBox) );
assert( !Abc_NtkHasBlackbox(pNtkBox) || Abc_NtkBoxNum(pNtkBox) == 1 );
- if ( !strcmp(pNtkBox->pName,"add_4u_4u") )
- {
- int s = 0;
- }
/*
// clean the PI/PO nets
Abc_NtkForEachPi( pNtkBox, pTerm, i )