From bc2e9b68e53828d2556a97a831748c54531e1961 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Sun, 23 Feb 2014 10:18:27 -0300 Subject: [PATCH] Remove dead variable assignment Signed-off-by: Claudio Matsuoka --- src/commands.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands.c b/src/commands.c index db7df5d..cf3aa26 100644 --- a/src/commands.c +++ b/src/commands.c @@ -60,8 +60,6 @@ static int read_key(void) char key; int ret; - ret = 0; - #if defined HAVE_TERMIOS_H && !defined WIN32 #ifdef __CYGWIN__ if (stdin_ready_for_reading())