Skip to content

Commit

Permalink
terminal: remove unused struct member
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Oct 14, 2021
1 parent d2a4cb3 commit 4d7f6d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lxc/terminal.h
Expand Up @@ -30,7 +30,6 @@ struct lxc_terminal_info {
};

struct lxc_terminal_state {
struct lxc_list node;
int stdinfd;
int stdoutfd;
int ptxfd;
Expand Down

0 comments on commit 4d7f6d4

Please sign in to comment.