summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/netstat/inet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 72aac88..849ac2d 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;
OpenPOWER on IntegriCloud