commit | 4891796c6f83bb3be5567b3053428a40329d7e37 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 20:00:54 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 15 17:45:21 2018 +0900 |
tree | 745d90dfc635542c9e74f0a672ea5a9a48f0afae | |
parent | 2f60e46e605a9bcd8dc4fe7745b5576084900850 [diff] |
kconfig: remove redundant if_block rule The code block surrounded by "if" ... "endif" is stmt_list. Remove the redundant if_block symbol entirely. Remove "stmt_list: stmt_list end" rule as well since it would obviously cause conflicts. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>