Get rid of shadow declarations
[fio.git] / init.c
diff --git a/init.c b/init.c
index 4ce57a4f3dc4e7a7814a10d4eb05ffa22f3047a3..c3f23f93c1926ee5b9b35c3223b7ec1a1f520519 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1039,8 +1039,6 @@ static int set_debug(const char *string)
        int i;
 
        if (!strcmp(string, "?") || !strcmp(string, "help")) {
-               int i;
-
                log_info("fio: dumping debug options:");
                for (i = 0; debug_levels[i].name; i++) {
                        dl = &debug_levels[i];