3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-03 21:01:22 +00:00

Silence clang warning

This commit is contained in:
Arie Gurfinkel 2018-06-11 15:22:44 -07:00
parent 5ab6d6ca16
commit 5566b5689c

View file

@ -75,9 +75,9 @@ namespace qe {
class euf_mbi_plugin : public mbi_plugin {
ast_manager& m;
expr_ref_vector m_atoms;
solver_ref m_solver;
solver_ref m_dual_solver;
expr_ref_vector m_atoms;
struct is_atom_proc;
public:
euf_mbi_plugin(solver* s, solver* sNot);