summaryrefslogtreecommitdiffstats
path: root/src/proof/llb/llb4Cex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/llb/llb4Cex.c')
-rw-r--r--src/proof/llb/llb4Cex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/llb/llb4Cex.c b/src/proof/llb/llb4Cex.c
index a68be711..3a1c96e5 100644
--- a/src/proof/llb/llb4Cex.c
+++ b/src/proof/llb/llb4Cex.c
@@ -52,7 +52,7 @@ Abc_Cex_t * Llb4_Nonlin4TransformCex( Aig_Man_t * pAig, Vec_Ptr_t * vStates, int
sat_solver * pSat;
Aig_Obj_t * pObj;
unsigned * pNext, * pThis;
- int i, k, iBit, status, nRegs, clk = clock();
+ int i, k, iBit, status, nRegs;//, clk = clock();
/*
Vec_PtrForEachEntry( unsigned *, vStates, pNext, i )
{