Skip to content
Snippets Groups Projects
user avatar
Masahiro Yamada authored
The two 'goto setsym' statements are reachable only when sym == NULL.

The code below the 'setsym:' label does nothing when sym == NULL
since there is just one if-block guarded by 'if (sym && ...)'.

Hence, 'goto setsym' can be replaced with 'continue'.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
75889e9b
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.