Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 16, 2020
1 parent f67077b commit dde0c51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/smt/theory_recfun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ namespace smt {
m_plugin(*reinterpret_cast<recfun::decl::plugin*>(m.get_plugin(get_family_id()))),
m_util(m_plugin.u()),
m_disabled_guards(m),
m_preds(m),
m_enabled_guards(m),
m_preds(m),
m_num_rounds(0),
m_q_case_expand(),
m_q_body_expand() {
Expand Down
1 change: 0 additions & 1 deletion src/smt/theory_utvpi_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ namespace smt {
while (consistent && can_propagate()) {
unsigned idx = m_asserted_atoms[m_asserted_qhead];
m_asserted_qhead++;
std::cout << "propagate atom " << idx << "\n";
consistent = propagate_atom(m_atoms[idx]);
}
}
Expand Down

0 comments on commit dde0c51

Please sign in to comment.