]> git.itanic.dy.fi Git - linux-stable/commit
kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 18 Nov 2023 07:59:08 +0000 (16:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 28 Nov 2023 02:22:51 +0000 (11:22 +0900)
commit92d4fe0a48f1ab6cf20143dd0b376f4fe842854b
tree1a0c5e4b68bc99f4a3cef1162c48d06e727e2c96
parent4d137ab0107ead0f2590fc0314e627431e3b9e3f
kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()

The 'else' arm here is unreachable in practical use cases.

include/config/auto.conf does not include "# CONFIG_... is not set"
line unless it is manually hacked.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/confdata.c