From 98bd437e46f29af85f51ec82e84e55808324c973 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 18 Feb 2020 12:45:16 -0800 Subject: [PATCH] fix #3039 Signed-off-by: Nikolaj Bjorner --- src/ast/rewriter/th_rewriter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ast/rewriter/th_rewriter.cpp b/src/ast/rewriter/th_rewriter.cpp index 7f50145de..177a9f442 100644 --- a/src/ast/rewriter/th_rewriter.cpp +++ b/src/ast/rewriter/th_rewriter.cpp @@ -693,7 +693,6 @@ struct th_rewriter_cfg : public default_rewriter_cfg { SASSERT(is_well_sorted(m(), q1)); if (m().proofs_enabled()) { - SASSERT(old_q->get_expr() == new_body); p1 = m().mk_pull_quant(old_q, q1); } }