summaryrefslogtreecommitdiff
path: root/usr.bin/systat/iostat.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/iostat.c')
-rw-r--r--usr.bin/systat/iostat.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c
index 00126b0bbf2..32e24874674 100644
--- a/usr.bin/systat/iostat.c
+++ b/usr.bin/systat/iostat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iostat.c,v 1.35 2008/12/07 02:56:06 canacar Exp $ */
+/* $OpenBSD: iostat.c,v 1.36 2009/06/06 17:52:39 jasper Exp $ */
/* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */
/*
@@ -217,13 +217,6 @@ showdrive(int dn)
end_line();
}
-
-#define ENDLINE do { \
- count++; \
- if (maxprint > 0 && count >= maxprint) \
- return; \
- } while(0)
-
void
showbcache(void)
{