diff options
-rw-r--r-- | term/term.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/term/term.h b/term/term.h index b9d9897e..d8060df5 100644 --- a/term/term.h +++ b/term/term.h @@ -100,9 +100,6 @@ struct trivfs_control *termctl; /* Trivfs control structure for the pty */ struct trivfs_control *ptyctl; -/* Filename for this terminal */ -char *nodename; - /* Mach device name for this terminal */ char *pterm_name; |