From 2c275b8c7156e22f317edc81fe8ab3cbb82e0a76 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 31 Mar 2013 23:14:12 -0700 Subject: Compiler warnings. --- src/bool/rsb/rsbDec6.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bool/rsb') diff --git a/src/bool/rsb/rsbDec6.c b/src/bool/rsb/rsbDec6.c index 90f88938..a0e066fc 100644 --- a/src/bool/rsb/rsbDec6.c +++ b/src/bool/rsb/rsbDec6.c @@ -637,10 +637,6 @@ if ( fVerbose ) Rsb_DecPrintTable( pCexes, nGs, nGsAll, vTries ); if ( fVerbose ) Vec_IntFree( vTries ); - if ( fVerbose && Vec_IntSize(p->vFaninsOld) && Vec_IntSize(p->vFaninsOld) <= 4 && Vec_IntSize(p->vFaninsOld) > Vec_IntSize(p->vFanins) ) - { - int s = 0; - } return uTruth; } -- cgit v1.2.3