diff --git a/src/smt/theory_str.cpp b/src/smt/theory_str.cpp index 78ab30dd7..296041a39 100644 --- a/src/smt/theory_str.cpp +++ b/src/smt/theory_str.cpp @@ -1588,7 +1588,6 @@ void theory_str::group_terms_by_eqc(expr * n, std::set & concats, std::se } else { concats.insert(simConcat); } - concats.insert(ast); } else if (is_string(eqcNode)) { consts.insert(ast); } else {