From 444c9dc5e37d7f734f2a5ac08372d501781b12cb Mon Sep 17 00:00:00 2001 From: Tom Schwindl Date: Mon, 26 Sep 2022 07:52:06 +0200 Subject: [PATCH] abduco: remove unused member `pty_output' from Server struct --- 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;