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:
parent
d58de2f8e4
commit
7def610a69
3 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue