mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-01 21:01:26 -05:00
CLEANUP: acl: remove unused assignment
Coverity found unused variable assignment
CID 1299671 (#1 of 1): Unused value (UNUSED_VALUE)assigned_pointer:
Assigning value from args[arg + 1] to word here, but that stored
value is overwritten before it can be used.
958 word = args[arg + 1];
959 arg = arg_end;
This commit is contained in:
parent
212e993e71
commit
bd7212be10
1 changed files with 0 additions and 1 deletions
|
|
@ -955,7 +955,6 @@ struct acl_cond *parse_acl_cond(const char **args, struct list *known_acl,
|
|||
/* note that parse_acl() must have filled <err> here */
|
||||
goto out_free_suite;
|
||||
}
|
||||
word = args[arg + 1];
|
||||
arg = arg_end;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue