summaryrefslogtreecommitdiffstats
path: root/src/proof/int
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-11-29 14:43:21 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2014-11-29 14:43:21 -0800
commit87f0d187bfd3a4ca061c11b4e755e2d28df2f5b6 (patch)
tree1bf0a4a5b2a46ab543d573f08269ee715bd19994 /src/proof/int
parent24f1ca07030c1246280dea98bb0975cfec8d5ea4 (diff)
downloadabc-87f0d187bfd3a4ca061c11b4e755e2d28df2f5b6.tar.gz
abc-87f0d187bfd3a4ca061c11b4e755e2d28df2f5b6.tar.bz2
abc-87f0d187bfd3a4ca061c11b4e755e2d28df2f5b6.zip
Compiler warnings.
Diffstat (limited to 'src/proof/int')
-rw-r--r--src/proof/int/intUtil.c2
1 files changed, 1 insertions, 1 deletions
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 )