diff options
author | 2018-11-30 18:15:48 +0900 | |
---|---|---|
committer | 2018-12-08 10:40:52 +0900 | |
commit | 75889e9be78febab9991f9c07fdf09d128562bf5 (patch) | |
tree | 8213b1bf39312fa5f4cbe7ae37a3371ef190e998 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scripts/kconfig/merge_config: don't redefine 'y' to 'm' (diff) | |
download | wireguard-linux-75889e9be78febab9991f9c07fdf09d128562bf5.tar.xz wireguard-linux-75889e9be78febab9991f9c07fdf09d128562bf5.zip |
kconfig: remove unneeded setsym label in conf_read_simple()
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions