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:
parent
5434f3e31d
commit
d818233063
4 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue