3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

fix build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-07-22 12:24:30 -07:00
parent a0892c6669
commit d0f2b00f96
3 changed files with 4 additions and 6 deletions

View file

@ -224,11 +224,6 @@ namespace euf {
void etable::erase(enode * n) {
SASSERT(n->num_args() > 0);
void * t = get_table(n);
static unsigned count = 0;
//verbose_stream() << "erase " << (++count) << " " << n << "\n";
// if (count == 10398) {
// verbose_stream() << "here\n";
// }
switch (static_cast<table_kind>(GET_TAG(t))) {
case UNARY:
UNTAG(unary_table*, t)->erase(n);