tty: remove unused quit_fd field
This commit is contained in:
parent
a505d67276
commit
981909cce9
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ termios: os.termios,
|
|||
fd: os.fd_t,
|
||||
|
||||
should_quit: bool = false,
|
||||
/// the write end of a pipe to signal the tty should exit its run loop
|
||||
quit_fd: ?os.fd_t = null,
|
||||
|
||||
buffered_writer: BufferedWriter,
|
||||
|
||||
|
|
Loading…
Reference in a new issue