From 87f0d187bfd3a4ca061c11b4e755e2d28df2f5b6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 29 Nov 2014 14:43:21 -0800 Subject: Compiler warnings. --- src/proof/int/intUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof/int') diff --git a/src/proof/int/intUtil.c b/src/proof/int/intUtil.c index a70656c1..2aa165fb 100644 --- a/src/proof/int/intUtil.c +++ b/src/proof/int/intUtil.c @@ -49,7 +49,7 @@ int Inter_ManCheckInitialState( Aig_Man_t * p ) Aig_Obj_t * pObj; sat_solver * pSat; int i, status; - abctime clk = Abc_Clock(); + //abctime clk = Abc_Clock(); pCnf = Cnf_Derive( p, Saig_ManRegNum(p) ); pSat = (sat_solver *)Cnf_DataWriteIntoSolver( pCnf, 1, 1 ); if ( pSat == NULL ) -- cgit v1.2.3