Merge branch 'latency_window' of https://github.com/liu-song-6/fio
[fio.git] / init.c
diff --git a/init.c b/init.c
index e220c323d13d1e4986a5ae0d2d26b07e5c3a0008..e53be35a7bed07ab0ff4ed06e2e7d564585793f8 100644 (file)
--- a/init.c
+++ b/init.c
@@ -956,7 +956,6 @@ static int fixup_options(struct thread_data *td)
         */
        o->max_latency *= 1000ULL;
        o->latency_target *= 1000ULL;
-       o->latency_window *= 1000ULL;
 
        return ret;
 }