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

build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-05-08 10:31:11 -07:00
parent d58de2f8e4
commit 7def610a69
3 changed files with 3 additions and 4 deletions

View file

@ -239,7 +239,6 @@ namespace smt {
//
bool theory_array::internalize_term_core(app * n) {
TRACE("array_bug", tout << mk_bounded_pp(n, m) << "\n";);
unsigned num_args = n->get_num_args();
for (expr* arg : *n)
ctx.internalize(arg, false);
// force merge-tf by re-internalizing expression.