mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
Remove unnecessary parameter
This commit is contained in:
parent
c0b6d00e8a
commit
33dd168195
|
@ -268,7 +268,6 @@ public:
|
|||
virtual void collect_param_descrs(param_descrs & r) {
|
||||
insert_max_memory(r);
|
||||
insert_produce_models(r);
|
||||
r.insert("elim_and", CPK_BOOL, "(default: false) eliminate conjunctions during (internal) calls to the simplifier.");
|
||||
}
|
||||
|
||||
virtual void operator()(goal_ref const & g,
|
||||
|
|
Loading…
Reference in a new issue