K 10 svn:author V 2 ed K 8 svn:date V 27 2008-08-23T13:32:21.239047Z K 7 svn:log V 300 Remove unused tty_gone() checks inside ttyoutq_read_uio(). When my earlier MPSAFE TTY prototypes still implemented line disciplines, we needed a mechanism to abort read()'s on PTY master devices when inside the line discipline. Because this is no longer the case, these checks have become unneeded. END