diff options
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r-- | sys/kern/tty.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 84ff66d..25d44e8 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -884,9 +884,6 @@ tty_alloc(struct ttydevsw *tsw, void *sc, struct mtx *mutex) cv_init(&tp->t_bgwait, "ttybg"); cv_init(&tp->t_dcdwait, "ttydcd"); - ttyinq_init(&tp->t_inq); - ttyoutq_init(&tp->t_outq); - /* Allow drivers to use a custom mutex to lock the TTY. */ if (mutex != NULL) { tp->t_mtx = mutex; |