Remove dead variable assignment

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 12 years ago
parent 44712fcbe5
commit bc2e9b68e5
  1. 2
      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())

Loading…
Cancel
Save