diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-12-03 13:25:25 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-12-28 10:22:47 +0300 |
commit | 092e39d1456bda5c3d7dab0aa72a24e4b0b4f7a5 (patch) | |
tree | 2e401ac9afaaaec066d362b170fd807bd238a7ec /scripts/kconfig/expr.c | |
parent | 6c07fd84977b605b6a4ceb03b38e6325974f06d6 (diff) | |
download | linux-092e39d1456bda5c3d7dab0aa72a24e4b0b4f7a5.tar.xz |
kconfig: squash menu_has_help() and menu_get_help()
menu_has_help() and menu_get_help() functions are only used within
menu_get_ext_help().
Squash them into menu_get_ext_help(). It revealed the if-conditional
in menu_get_help() was unneeded, as menu_has_help() has already checked
that menu->help is not NULL.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/expr.c')
0 files changed, 0 insertions, 0 deletions