3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-17 07:34:46 -07:00
parent a83f72b657
commit b8bf6087ff

View file

@ -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;