abduco: remove unused member `pty_output' from Server struct

This commit is contained in:
Tom Schwindl 2022-09-26 07:52:06 +02:00
parent 8c32909a15
commit 444c9dc5e3
No known key found for this signature in database
GPG Key ID: CF3FC08E0D9B5B2A
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;