Remove unused variable

Fixes: a99e46f ("Simplify I/O handling")
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
This commit is contained in:
Alexey Gladkov 2021-11-30 12:35:27 +01:00
parent 8c32909a15
commit b5598d5dd1
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ struct Client {
typedef struct {
Client *clients;
int socket;
Packet pty_output;
int pty;
int exit_status;
struct termios term;