]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/zramctl.c
maint: fix shadow declaration
[thirdparty/util-linux.git] / sys-utils / zramctl.c
index 4abc587a78003e001c7bafde04de6c3cffd748e7..2d47e56309203998f75ee73cba506331b5986be9 100644 (file)
@@ -351,7 +351,7 @@ static void status(struct zram *z)
        if (z)
                fill_table_row(tb, z);          /* just one device specified */
        else {
-               size_t i;                       /* list all used devices */
+               /* list all used devices */
                z = new_zram(NULL);
 
                for (i = 0; ; i++) {