diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-10 22:14:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-10 22:14:32 +0000 |
| commit | dc4ed4fe112f15ca70e6a212c988d37cfc39b125 (patch) | |
| tree | ce0c50701556882574f6333a060b24306cc929b3 /usr.bin/vmstat/vmstat.c | |
| parent | eb23b4e6cd13610a11fba2b83421f2cb5427b695 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
| -rw-r--r-- | usr.bin/vmstat/vmstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 604d8cb4a87c..3320fe6bb01d 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -853,7 +853,6 @@ dointr(void) kread(X_INTRNAMES, intrname, inamlen); } else { mysysctl("hw.intrcnt", NULL, &intrcntlen, NULL, 0); - fprintf(stderr, "intrcntlen = %lu\n", (unsigned long)intrcntlen); if ((intrcnt = malloc(intrcntlen)) == NULL) err(1, "calloc()"); mysysctl("hw.intrcnt", intrcnt, &intrcntlen, NULL, 0); |
