mirror of
https://github.com/Z3Prover/z3
synced 2026-04-30 23:53:44 +00:00
make a few functions static
This commit is contained in:
parent
7ebc660b6d
commit
42b26c63e5
5 changed files with 24 additions and 27 deletions
|
|
@ -363,9 +363,6 @@ namespace smt {
|
|||
}
|
||||
}
|
||||
|
||||
struct scoped_set_relevancy {
|
||||
};
|
||||
|
||||
bool model_checker::check(proto_model * md, obj_map<enode, app *> const & root2value) {
|
||||
SASSERT(md != 0);
|
||||
m_root2value = &root2value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue