mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
lines that go away
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
252a30e727
commit
73724f9cab
|
@ -66,7 +66,6 @@ namespace arith {
|
|||
(void)_s;
|
||||
m_nla->push();
|
||||
}
|
||||
smt_params_helper prms(s().params());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -273,7 +273,6 @@ class theory_lra::imp {
|
|||
return ctx().is_relevant(th.get_enode(u));
|
||||
};
|
||||
m_nla->set_relevant(is_relevant);
|
||||
smt_params_helper prms(ctx().get_params());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue