From fe9cff485be2f192419c1fd3dddbe27b0073c6e0 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sun, 9 Apr 1995 05:34:54 +0000 Subject: [PATCH] Oops, remove some chaff from previous commit. --- usr.bin/netstat/inet.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 72aac88ce8df..849ac2da42ed 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -101,12 +101,6 @@ protopr(off, name) for (next = head.lh_first; next != NULL; next = inpcb.list.le_next) { kread((u_long)next, (char *)&inpcb, sizeof (inpcb)); -#if 0 - if (*inpcb.list.le_prev != prev) { - printf("???\n"); - break; - } -#endif if (!aflag && inet_lnaof(inpcb.inp_laddr) == INADDR_ANY) { prev = next;