steadystate: rename 'steadystate' to 'steadystate_enabled'
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index d099da82e2653de7c9ad6a501532e1709614d742..aca5afa7c0d91f36a1820156c4afd8fd76a92443 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -472,9 +472,6 @@ extern char *trigger_remote_cmd;
 extern long long trigger_timeout;
 extern char *aux_path;
 
-extern bool steadystate;
-#define STEADYSTATE_MSEC (1000)
-
 extern struct thread_data *threads;
 
 static inline void fio_ro_check(const struct thread_data *td, struct io_u *io_u)