Don't report TABLDISC - it "doesn't happen(TM)"

This commit is contained in:
Peter Wemm 2000-01-29 16:45:28 +00:00
parent 8687e09584
commit 9ce6a2e6b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56854

View file

@ -862,9 +862,6 @@ ttyprt(tp, line)
case NTTYDISC:
(void)printf("ntty\n");
break;
case TABLDISC:
(void)printf("tab\n");
break;
case SLIPDISC:
(void)printf("slip\n");
break;