mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove unused parameter from smt_context
This commit is contained in:
parent
9e8a4e2a01
commit
c46f95a629
|
@ -76,7 +76,6 @@ namespace smt {
|
||||||
m_unsat_proof(m),
|
m_unsat_proof(m),
|
||||||
m_unknown("unknown"),
|
m_unknown("unknown"),
|
||||||
m_unsat_core(m),
|
m_unsat_core(m),
|
||||||
m_use_theory_str_overlap_assumption(false),
|
|
||||||
#ifdef Z3DEBUG
|
#ifdef Z3DEBUG
|
||||||
m_trail_enabled(true),
|
m_trail_enabled(true),
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue