From 3942ec1841219e9d1033f583ebfcf687cb76a4af Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Wed, 15 May 2024 18:17:49 -0400 Subject: FINAfinal submission (for real this time) --- kernel/drivers/tty/tty.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kernel/drivers/tty/tty.c') diff --git a/kernel/drivers/tty/tty.c b/kernel/drivers/tty/tty.c index e3c77be..74f4f33 100644 --- a/kernel/drivers/tty/tty.c +++ b/kernel/drivers/tty/tty.c @@ -69,8 +69,6 @@ void tty_init() */ ssize_t tty_read(chardev_t *cdev, size_t pos, void *buf, size_t count) { - // NOT_YET_IMPLEMENTED("DRIVERS: tty_read"); - // get the mapped tty tty_t *tty = cd_to_tty(cdev); @@ -113,8 +111,6 @@ ssize_t tty_read(chardev_t *cdev, size_t pos, void *buf, size_t count) */ ssize_t tty_write(chardev_t *cdev, size_t pos, const void *buf, size_t count) { - // NOT_YET_IMPLEMENTED("DRIVERS: tty_write"); - // get the mapped tty tty_t *tty = cd_to_tty(cdev); -- cgit v1.2.3-70-g09d2