mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
Silence clang warning
This commit is contained in:
parent
5ab6d6ca16
commit
5566b5689c
1 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue