mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove unused
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
45855fce06
commit
71a32f5bb2
5 changed files with 5 additions and 4 deletions
|
@ -1048,6 +1048,7 @@ new_lemma& new_lemma::operator|=(ineq const& ineq) {
|
|||
new_lemma::~new_lemma() {
|
||||
static int i = 0;
|
||||
(void)i;
|
||||
(void)name;
|
||||
// code for checking lemma can be added here
|
||||
TRACE("nla_solver", tout << name << " " << (++i) << "\n" << *this; );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue