Remove dead code related to tty allocation for ptys. Back in revision 1.17 of
authoranton <anton@openbsd.org>
Thu, 30 Aug 2018 06:16:30 +0000 (06:16 +0000)
committeranton <anton@openbsd.org>
Thu, 30 Aug 2018 06:16:30 +0000 (06:16 +0000)
commit4e948a9ea0365177b49ae74028c01ccdd8ecd549
tree7460340dd1716d074872790164459858bc655544
parentdbb9e73f5c4a3032c7e16db983dfa4f7c022e352
Remove dead code related to tty allocation for ptys. Back in revision 1.17 of
kern/tty_pty.c, allocation of ptys was made dynamic with the introduction of
check_pty(). Every time a new struct pty is allocated its corresponding struct
tty is also allocated. It's therefore no longer necessary to ensure that a pty
has a tty allocated after calling check_pty().

ok deraadt@ millert@ mpi@ visa@
sys/kern/tty_pty.c