This commit is contained in:
Tom Schwindl 2022-09-26 13:38:01 +00:00 committed by GitHub
commit 3677936ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;