chiark / gitweb /
Remove an unnecessary shadowing variable
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 16 Dec 2024 21:31:21 +0000 (21:31 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 16 Dec 2024 21:31:21 +0000 (21:31 +0000)
bedstead.c

index 85d5f5841429b4b46826aa1931c338ca9f4457c1..6a791ef1890ed0d8d299464f103450cb596ed96f 100644 (file)
@@ -2983,7 +2983,7 @@ main(int argc, char **argv)
 
        if (argc > 1) {
                struct glyph g = { .flags = 0 };
-               int i, y;
+               int y;
                unsigned long u;
 
                for (y = 0; y < YSIZE - 1; y++)