From b5598d5dd18c1ba57ae097f66d0939c5e10ccd6c Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 30 Nov 2021 12:35:27 +0100 Subject: [PATCH] Remove unused variable Fixes: a99e46f ("Simplify I/O handling") Signed-off-by: Alexey Gladkov --- abduco.c | 1 - 1 file changed, 1 deletion(-) diff --git a/abduco.c b/abduco.c index b56e6f4..1336e53 100644 --- a/abduco.c +++ b/abduco.c @@ -105,7 +105,6 @@ struct Client { typedef struct { Client *clients; int socket; - Packet pty_output; int pty; int exit_status; struct termios term;