mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
coverity/331399: Remove unused "term_name" member from PtyProcess
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user