Code cleanup

Remove unused variable.
This commit is contained in:
Martin Lund 2017-10-01 18:32:34 +02:00
parent 0e44f49f18
commit 29289c8585

View file

@ -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)