3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

review comments

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-12 18:08:26 -07:00
parent fbfcc6796a
commit e5632736d2
3 changed files with 7 additions and 7 deletions

View file

@ -340,7 +340,7 @@ private:
m_bp.cheap_eq_table(m_row_index);
break;
default:
UNREACHABLE();
return;
}
}
};