Skip to content

Commit

Permalink
forgot to remove unneeded class field
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Apr 22, 2020
1 parent 220bc7f commit 5ec04f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/rewriter/bv_rewriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
bool m_extract_prop;
bool m_bvnot_simpl;
bool m_le_extra;
bool m_urem_simpl;

bool is_zero_bit(expr * x, unsigned idx);

Expand Down

0 comments on commit 5ec04f7

Please sign in to comment.