kconfig: remove redundant assignment prompt = prompt
authorDenis Efremov <efremov@linux.com>
Mon, 31 Aug 2020 06:52:23 +0000 (09:52 +0300)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 3 Sep 2020 03:21:22 +0000 (12:21 +0900)
commit163e0c27fead96fd6804fa59a55fc4f841d38db8
treec559f49e3966ccc5f594c53700962005af3c83bf
parentb26ff488b5a8ed9fc3f606c1d04318132a431b0f
kconfig: remove redundant assignment prompt = prompt

Semi-automatic removing of localization macros changed the line
from "prompt = _(prompt);" to "prompt = prompt;". Drop the
reduntand assignment.

Fixes: 694c49a7c01c ("kconfig: drop localization support")
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/nconf.c