diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-13 18:48:39 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-14 02:01:47 +0200 |
commit | 1880861226c13ddd42c34ddd30c3b502b650fe29 (patch) | |
tree | d8cb770a32d7d5aca054b3c9bcfd08d530d652c8 /scripts/kconfig/expr.h | |
parent | kconfig: remove unused sym_get_env_prop() function (diff) | |
download | linux-1880861226c13ddd42c34ddd30c3b502b650fe29.tar.xz linux-1880861226c13ddd42c34ddd30c3b502b650fe29.zip |
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/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 84a5199bb46b..7c329e179007 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h @@ -185,7 +185,6 @@ enum prop_type { P_SELECT, /* select BAR */ P_IMPLY, /* imply BAR */ P_RANGE, /* range 7..100 (for a symbol) */ - P_ENV, /* value from environment variable */ P_SYMBOL, /* where a symbol is defined */ }; |