summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcPrint.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-02 22:10:27 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-02 22:10:27 -0700
commite16e3edae8f6f73f4e32776423b784e78a1d042e (patch)
treeb67420832d874f704ec36e6b49d360fa74a6ae8a /src/base/abci/abcPrint.c
parentfabc84d15b5aabb28f3f7670369b005f4cec57a6 (diff)
downloadabc-e16e3edae8f6f73f4e32776423b784e78a1d042e.tar.gz
abc-e16e3edae8f6f73f4e32776423b784e78a1d042e.tar.bz2
abc-e16e3edae8f6f73f4e32776423b784e78a1d042e.zip
Removing some old useless code.
Diffstat (limited to 'src/base/abci/abcPrint.c')
-rw-r--r--src/base/abci/abcPrint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/abci/abcPrint.c b/src/base/abci/abcPrint.c
index efeaabe9..365b7767 100644
--- a/src/base/abci/abcPrint.c
+++ b/src/base/abci/abcPrint.c
@@ -226,8 +226,6 @@ void Abc_NtkPrintStats( Abc_Ntk_t * pNtk, int fFactored, int fSaveBest, int fDum
Abc_Print( 1," i/o =%5d/%5d", Abc_NtkPiNum(pNtk), Abc_NtkPoNum(pNtk) );
if ( Abc_NtkConstrNum(pNtk) )
Abc_Print( 1,"(c=%d)", Abc_NtkConstrNum(pNtk) );
-// if ( pNtk->nRealPos )
-// Abc_Print( 1,"(p=%d)", Abc_NtkPoNum(pNtk) - pNtk->nRealPos );
Abc_Print( 1," lat =%5d", Abc_NtkLatchNum(pNtk) );
if ( Abc_NtkIsNetlist(pNtk) )
{