From 9df72e5d531138521d385da8ddee90462116087b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 10 May 2017 21:00:09 +0200 Subject: [PATCH] core: remove dead assignment in function gui_input_history_next --- src/gui/gui-input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index 511b6833b..2c284677d 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.c @@ -1274,7 +1274,6 @@ gui_input_history_next (struct t_gui_window *window, (void) history; input_changed = 0; - rc = 0; if (!window->buffer->input) return;