3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 13:23:39 +00:00

Trailing whitespace removed.

This commit is contained in:
Christoph M. Wintersteiger 2015-11-03 12:28:10 +00:00
parent 11b6676e8f
commit 949ad4d2fc
2 changed files with 61 additions and 63 deletions

View file

@ -1612,8 +1612,6 @@ void cmd_context::mk_solver() {
m_solver = (*m_solver_factory)(m(), p, proofs_enabled, models_enabled, unsat_core_enabled, m_logic);
}
void cmd_context::set_interpolating_solver_factory(solver_factory * f) {
SASSERT(!has_manager());
m_interpolating_solver_factory = f;