diff options
Diffstat (limited to 'src/base/abci/abcNpn.c')
-rw-r--r-- | src/base/abci/abcNpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcNpn.c b/src/base/abci/abcNpn.c index c674dbbb..7d46006b 100644 --- a/src/base/abci/abcNpn.c +++ b/src/base/abci/abcNpn.c @@ -101,7 +101,7 @@ void Abc_TruthNpnPerform( Abc_TtStore_t * p, int NpnType, int fVerbose ) unsigned pAux[2048]; clock_t clk = clock(); - int i, nFuncs = 0; + int i;//, nFuncs = 0; char * pAlgoName = NULL; if ( NpnType == 1 ) |