aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-05-20 12:30:34 -0400
committerIan Moffett <ian@osmora.org>2024-05-20 12:30:34 -0400
commitccfba09b7a23632b6a8c1d8731fcdbf778e148b1 (patch)
tree5b445c612b17028461ff0669f0e8c9b0d7d80124
parentc1aeb575a2938b580873e30c1210daed92312657 (diff)
kernel: tty: Remove useless comment
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sys/kern/kern_tty.c4
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)
{