diff options
-rw-r--r-- | sys/kern/kern_tty.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_tty.c b/sys/kern/kern_tty.c index e563ad8..e47c2e2 100644 --- a/sys/kern/kern_tty.c +++ b/sys/kern/kern_tty.c @@ -124,10 +124,6 @@ __tty_flush(struct tty *tty) return count; } -/* - * Device structure routine for reading a - * TTY device file. - */ static int tty_dev_read(struct device *dev, struct sio_txn *sio) { |