diff --git a/src/ast/rewriter/bv_rewriter.h b/src/ast/rewriter/bv_rewriter.h index de42fc4d2..ddc814235 100644 --- a/src/ast/rewriter/bv_rewriter.h +++ b/src/ast/rewriter/bv_rewriter.h @@ -62,7 +62,6 @@ class bv_rewriter : public poly_rewriter { bool m_extract_prop; bool m_bvnot_simpl; bool m_le_extra; - bool m_urem_simpl; bool is_zero_bit(expr * x, unsigned idx);