diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-13 19:48:39 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-14 03:01:47 +0300 |
commit | 1880861226c13ddd42c34ddd30c3b502b650fe29 (patch) | |
tree | d8cb770a32d7d5aca054b3c9bcfd08d530d652c8 /scripts/kconfig/qconf.cc | |
parent | c151272d1687ce2a379a93bf848080f9a42f1cef (diff) | |
download | linux-1880861226c13ddd42c34ddd30c3b502b650fe29.tar.xz |
kconfig: remove P_ENV property type
This property is not set by anyone since commit 104daea149c4 ("kconfig:
reference environment variables directly and remove 'option env='").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/kconfig/qconf.cc')
-rw-r--r-- | scripts/kconfig/qconf.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 62261b3a13c7..ef4310f2558b 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc @@ -1149,7 +1149,6 @@ QString ConfigInfoView::debug_info(struct symbol *sym) case P_DEFAULT: case P_SELECT: case P_RANGE: - case P_ENV: debug += prop_get_type_name(prop->type); debug += ": "; expr_print(prop->expr, expr_print_help, &debug, E_NONE); |