mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
fix build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ca0e9a1526
commit
5cac9b84e4
4 changed files with 0 additions and 4 deletions
|
@ -1014,7 +1014,6 @@ namespace qe {
|
|||
case AST_APP: {
|
||||
app* a = to_app(e);
|
||||
expr_ref_vector args(m);
|
||||
unsigned num_args = a->get_num_args();
|
||||
bool all_visited = true;
|
||||
for (expr* arg : *a) {
|
||||
if (visited.find(arg, r)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue