diff --git a/src/ast/rewriter/pb2bv_rewriter.cpp b/src/ast/rewriter/pb2bv_rewriter.cpp index 1fcd4991f..8fccb157d 100644 --- a/src/ast/rewriter/pb2bv_rewriter.cpp +++ b/src/ast/rewriter/pb2bv_rewriter.cpp @@ -965,7 +965,6 @@ struct pb2bv_rewriter::imp { r = e; return; } - proof_ref rp(m()); if (m_cfg.m_r.mk_app(full, e, r)) { ee = r; }