Test for_each_td()
[fio.git] / init.c
diff --git a/init.c b/init.c
index 78c6c803513b76fc5e861a31901140f9deed873e..7ae8f23de3be82233bee37801d30a4fbbe40914a 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1405,7 +1405,6 @@ static void gen_log_name(char *name, size_t size, const char *logtype,
 
 static int check_waitees(char *waitee)
 {
-       struct thread_data *td;
        int i, ret = 0;
 
        for_each_td(td, i) {
@@ -1448,7 +1447,6 @@ static bool wait_for_ok(const char *jobname, struct thread_options *o)
 
 static int verify_per_group_options(struct thread_data *td, const char *jobname)
 {
-       struct thread_data *td2;
        int i;
 
        for_each_td(td2, i) {