Remove bogus include, as per style(9).

Remove unused variable.
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-04-30 17:05:26 +00:00
parent df41cfee75
commit eff280b358

View File

@ -101,7 +101,6 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/errno.h>
#include <sys/dkstat.h>
@ -171,7 +170,6 @@ main(int argc, char **argv)
struct devstat_match *matches;
int num_matches = 0;
char errbuf[_POSIX2_LINE_MAX];
char *err_str;
kvm_t *kd;
int hz, stathz;
int headercount;