3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

remove unused parameter from smt_context

This commit is contained in:
Murphy Berzish 2017-04-24 12:39:55 -04:00
parent 9e8a4e2a01
commit c46f95a629

View file

@ -76,7 +76,6 @@ namespace smt {
m_unsat_proof(m),
m_unknown("unknown"),
m_unsat_core(m),
m_use_theory_str_overlap_assumption(false),
#ifdef Z3DEBUG
m_trail_enabled(true),
#endif