Ken-Patrick Lehrmann 9aa131a12e
Remove unnecessary null check (#3215)
Spotted by coverity (as the condition in the `if` part `isArrayVar(tok)`
dereferences tok.
Tok can't be null here, because the condition in the `else if`on line
268 checks that there is a `%var%` following, and
`tok = Token::findmatch(tok->next(), "%var%");` simply gets this `%var%`
token.
2021-04-28 18:05:32 +02:00
..
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2020-10-03 09:15:56 +02:00
2021-04-18 21:51:47 +02:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2020-11-28 05:52:35 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2020-10-03 09:15:56 +02:00
2021-03-21 20:58:32 +01:00
2021-04-26 16:32:44 +02:00
2020-10-03 09:15:56 +02:00
2021-03-21 20:58:32 +01:00
2020-10-03 09:15:56 +02:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-03-21 20:58:32 +01:00
2021-04-22 19:15:22 +02:00
2021-03-21 20:58:32 +01:00
2021-04-04 18:20:32 +02:00
2021-03-21 21:25:54 +01:00