Re: [PATCH 10/66] kconfig: gconf: remove empty if-block

From: Randy Dunlap
Date: Sun Jun 29 2025 - 22:25:31 EST




On 6/24/25 8:04 AM, Masahiro Yamada wrote:
> This if-block is empty.
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> ---
>
> scripts/kconfig/gconf.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
> index b2a0208b0a5f..7960c456e3b9 100644
> --- a/scripts/kconfig/gconf.c
> +++ b/scripts/kconfig/gconf.c
> @@ -913,8 +913,6 @@ on_treeview2_key_press_event(GtkWidget * widget,
> gtk_tree_view_expand_row(view, path, FALSE);
> return TRUE;
> }
> - if (event->keyval == GDK_KP_Enter) {
> - }
> if (widget == tree1_w)
> return FALSE;
>

--
~Randy