3
0
Fork 0
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:
Nikolaj Bjorner 2023-08-17 18:45:49 -07:00
parent 252a30e727
commit 73724f9cab
2 changed files with 0 additions and 2 deletions

View file

@ -66,7 +66,6 @@ namespace arith {
(void)_s;
m_nla->push();
}
smt_params_helper prms(s().params());
}
}

View file

@ -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());
}
}