Skip to content

Commit

Permalink
tty: remove unused quit_fd field
Browse files Browse the repository at this point in the history
  • Loading branch information
rockorager committed Mar 19, 2024
1 parent a505d67 commit 981909c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tty.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 981909c

Please sign in to comment.