diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index ed5f0074195..2ab1649a60e 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -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;