diff --git a/src/ast/rewriter/bv_rewriter.cpp b/src/ast/rewriter/bv_rewriter.cpp index 385906ac2..108aee81c 100644 --- a/src/ast/rewriter/bv_rewriter.cpp +++ b/src/ast/rewriter/bv_rewriter.cpp @@ -2616,10 +2616,12 @@ br_status bv_rewriter::mk_eq_core(expr * lhs, expr * rhs, expr_ref & result) { std::swap(lhs, rhs); } +#if 0 if (!gcd_test(lhs, rhs)) { result = m().mk_false(); return BR_DONE; - } + } +#endif br_status st; if (m_bit2bool) {