commit | 0cbe3ac439bfe3e6d0f65b006044f84ce7f3e4d0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 30 18:15:52 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 08 10:42:42 2018 +0900 |
tree | ed7039b735f94200671634742cceb9de4d47d27e | |
parent | 2aabbed6774f231c57f8ae6bc4f856fb2a75cd6a [diff] |
kconfig: remove k_invalid from expr_parse_string() return type The only possibility of k_invalid being returned was when expr_parse_sting() parsed S_OTHER type symbol. This actually never happened, and this is even clearer since S_OTHER has gone. Clean up unreachable code. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>