diff --git a/src/tty.c b/src/tty.c index 0734247..2b1705b 100644 --- a/src/tty.c +++ b/src/tty.c @@ -71,7 +71,6 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c { char unused_char; bool unused_bool; - int __attribute__((unused)) status; /* Ignore unused arguments */ if (output_char == NULL)