From f22f4da023fae6347d96167211ad5244c00f8714 Mon Sep 17 00:00:00 2001 From: Murphy Berzish Date: Wed, 14 Sep 2016 17:33:47 -0400 Subject: [PATCH] remove unused variable --- src/smt/theory_str.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/theory_str.cpp b/src/smt/theory_str.cpp index 27c12b267..5ef3518d7 100644 --- a/src/smt/theory_str.cpp +++ b/src/smt/theory_str.cpp @@ -151,6 +151,7 @@ void theory_str::assert_axiom(expr * e) { ctx.internalize(e, true); } literal lit(ctx.get_literal(e)); + // TESTING! ctx.mark_as_relevant(lit); ctx.mk_th_axiom(get_id(), 1, &lit); @@ -3459,7 +3460,6 @@ void theory_str::process_concat_eq_type3(expr * concatAst1, expr * concatAst2) { else { // Split type -1. We know nothing about the length... - int optionTotal = 2 + strValue.length(); expr_ref_vector or_item(mgr); unsigned option = 0; expr_ref_vector and_item(mgr);