3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

unused variable warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-26 23:21:48 -07:00
parent 5434f3e31d
commit d818233063
4 changed files with 7 additions and 5 deletions

View file

@ -371,7 +371,6 @@ expr * ufbv_rewriter::rewrite(expr * n) {
if (rewrite_visit_children(a)) {
func_decl * f = a->get_decl();
m_new_args.reset();
unsigned num_args = a->get_num_args();
bool all_untouched = true;
for (expr* o_child : *a) {
expr * n_child;