coverity/331399: Remove unused "term_name" member from PtyProcess

This commit is contained in:
James McCoy
2021-05-06 00:05:50 -04:00
parent d4fd139c2a
commit d9eaca99be
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
typedef struct pty_process { typedef struct pty_process {
Process process; Process process;
char *term_name;
uint16_t width, height; uint16_t width, height;
struct winsize winsize; struct winsize winsize;
int tty_fd; int tty_fd;

View File

@@ -15,7 +15,6 @@ typedef enum {
typedef struct pty_process { typedef struct pty_process {
Process process; Process process;
char *term_name;
uint16_t width, height; uint16_t width, height;
union { union {
winpty_t *winpty; winpty_t *winpty;