mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Code cleanup
Remove unused variable.
This commit is contained in:
parent
0e44f49f18
commit
29289c8585
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
||||||
{
|
{
|
||||||
char unused_char;
|
char unused_char;
|
||||||
bool unused_bool;
|
bool unused_bool;
|
||||||
int __attribute__((unused)) status;
|
|
||||||
|
|
||||||
/* Ignore unused arguments */
|
/* Ignore unused arguments */
|
||||||
if (output_char == NULL)
|
if (output_char == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue