diff options
author | Jason King <jbk@joyent.com> | 2019-06-12 02:36:07 +0000 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2020-12-08 19:13:03 +0000 |
commit | e83d4ec9634f0e4d3d6c8df902ca1d66347947dc (patch) | |
tree | c383a1bce88f870492409153ec242a8761795df9 | |
parent | 686eb6c7deb6236ade09b9649c723d569c88d1f0 (diff) | |
download | illumos-joyent-e83d4ec9634f0e4d3d6c8df902ca1d66347947dc.tar.gz |
Remove unused vars
-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) |