File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -292,10 +292,6 @@ exprt enumerative_loop_contracts_synthesizert::synthesize_strengthening_clause(
292
292
// starting from 0
293
293
size_t size_bound = 0 ;
294
294
295
- // numbers of candidates we have seen,
296
- // used for quantitative analysis
297
- size_t seen_terms = 0 ;
298
-
299
295
// Start to enumerate and check.
300
296
while (true )
301
297
{
@@ -306,7 +302,6 @@ exprt enumerative_loop_contracts_synthesizert::synthesize_strengthening_clause(
306
302
{
307
303
log.progress () << " Verifying candidate: "
308
304
<< format (strengthening_candidate) << messaget::eom;
309
- seen_terms++;
310
305
invariant_mapt new_in_clauses = invariant_mapt (in_invariant_clause_map);
311
306
new_in_clauses[cause_loop_id] =
312
307
and_exprt (new_in_clauses[cause_loop_id], strengthening_candidate);
You can’t perform that action at this time.
0 commit comments