kconfig: remove unneeded code for user-supplied values being out of range
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Jun 2024 18:20:38 +0000 (03:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 6 Jun 2024 11:03:14 +0000 (20:03 +0900)
commitc181689bc479d3b2300f91fc4d53e089d7631898
tree55599dc510bd4bd2319472dd6bd9f342f5bf8377
parentc3f38fa61af77b49866b006939479069cd451173
kconfig: remove unneeded code for user-supplied values being out of range

This is a leftover from commit ce1fc9345a59 ("kconfig: do not clear
SYMBOL_DEF_USER when the value is out of range").

This code is now redundant because if a user-supplied value is out
of range, the value adjusted by sym_validate_range() differs, and
conf_unsaved has already been incremented a few lines above.

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