tty: remove unused quit_fd field

This commit is contained in:
Tim Culverhouse 2024-03-19 13:30:56 -05:00
parent a505d67276
commit 981909cce9

View file

@ -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,