]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
irqtop: remove unused variable
authorKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 16:07:08 +0000 (18:07 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 16:07:08 +0000 (18:07 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/irq-common.c

index b4f7c9363855aed0af4bbf81d1f079401444264d..11a4e4eb8bb03fea23bd6fb7a380eaf6a2f6dc47 100644 (file)
@@ -428,7 +428,7 @@ struct libscols_table *get_scols_cpus_table(struct irq_output *out,
        struct libscols_column *cl;
        struct libscols_line *ln;
        char colname[sizeof("cpu") + sizeof(stringify_value(LONG_MAX))];
-       size_t i, j;
+       size_t i;
 
        if (prev) {
                for (i = 0; i < curr->nr_active_cpu; i++) {