summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/tty_pty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index 539ee0b..0db85f3 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -813,8 +813,6 @@ static void
ptc_drvinit(unused)
void *unused;
{
- cdevsw_add(&pts_cdevsw);
- cdevsw_add(&ptc_cdevsw);
/* XXX: Gross hack for DEVFS */
ptyinit(0);
}
OpenPOWER on IntegriCloud