Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 17, 2020
1 parent a83f72b commit b8bf608
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/smt/theory_seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5264,9 +5264,6 @@ literal theory_seq::mk_eq_empty(expr* _e, bool phase) {
}

void theory_seq::add_axiom(literal l1, literal l2, literal l3, literal l4, literal l5) {
static unsigned s_count = 0;
++s_count;
// SASSERT(s_count != 5);
context& ctx = get_context();
literal_vector lits;
if (l1 == true_literal || l2 == true_literal || l3 == true_literal || l4 == true_literal || l5 == true_literal) return;
Expand Down

0 comments on commit b8bf608

Please sign in to comment.