diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 5b702da754f..bfcf773bc9a 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -101,7 +101,6 @@ #include -#include #include #include @@ -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;