From: Ben Harris Date: Mon, 16 Dec 2024 21:31:21 +0000 (+0000) Subject: Remove an unnecessary shadowing variable X-Git-Tag: bedstead-3.251~70 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=8ff354a9fd86ae3879869cacf831d6b3629372d0;p=bedstead.git Remove an unnecessary shadowing variable --- diff --git a/bedstead.c b/bedstead.c index 85d5f58..6a791ef 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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++)