Masahiro Yamada 75889e9be7 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>
2018-12-08 10:40:52 +09:00
..
2018-05-28 18:25:21 +09:00
2018-11-02 00:15:25 +09:00
2018-08-14 09:01:47 +09:00
2005-04-16 15:20:36 -07:00
2018-02-10 11:26:04 +09:00
2018-05-28 18:25:21 +09:00
2018-08-14 09:01:47 +09:00
2015-10-14 14:59:03 +02:00