3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 10:20:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-08-10 10:54:20 -07:00
parent f624890b04
commit 2209d09cd9

View file

@ -229,7 +229,6 @@ namespace synth {
heap.insert(id); heap.insert(id);
}; };
for (unsigned i = 1; i < e->get_num_args(); ++i) { for (unsigned i = 1; i < e->get_num_args(); ++i) {
expr* arg = e->get_arg(i); expr* arg = e->get_arg(i);
auto* narg = expr2enode(arg); auto* narg = expr2enode(arg);