diff options
author | Miles Bader <miles@gnu.org> | 1995-12-21 16:57:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-21 16:57:24 +0000 |
commit | 6438ee5e4b458963d66b5cf76f9ec50d7174aef8 (patch) | |
tree | 6e775f7d9e72bf62e388151d227b4732c8fa8f4a /term | |
parent | b20e505b122521d7d9c6c64794f134f60e5a7f9c (diff) |
(nodename): Variable removed.
Diffstat (limited to 'term')
-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; |