diff options
-rw-r--r-- | usr/src/cmd/intrd/intrd_kstat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/cmd/intrd/intrd_kstat.c b/usr/src/cmd/intrd/intrd_kstat.c index c6e68e6ef2..9fc054b69c 100644 --- a/usr/src/cmd/intrd/intrd_kstat.c +++ b/usr/src/cmd/intrd/intrd_kstat.c @@ -77,9 +77,7 @@ stats_get(const config_t *restrict cfg, kstat_ctl_t *restrict kcp, uint_t interval) { stats_t *sts = NULL; - kstat_t *ksp; kid_t kid; - size_t i, j; if ((kid = kstat_chain_update(kcp)) == -1) { if (errno == EAGAIN) |