remove old release sequences
[c11tester.git] / params.h
index d5fd1cb3e0b6ff23815015bad429282d6f08bab5..0b1c5bf7e33b47bd5755289d1fc3e896b807f489 100644 (file)
--- a/params.h
+++ b/params.h
@@ -7,7 +7,6 @@
  */
 struct model_params {
        int maxreads;
-       int maxfuturedelay;
        bool yieldon;
        bool yieldblock;
        unsigned int fairwindow;
@@ -16,15 +15,6 @@ struct model_params {
        unsigned int uninitvalue;
        int maxexecutions;
 
-       /** @brief Maximum number of future values that can be sent to the same
-        *  read */
-       int maxfuturevalues;
-
-       /** @brief Only generate a new future value/expiration pair if the
-        *  expiration time exceeds the existing one by more than the slop
-        *  value */
-       unsigned int expireslop;
-
        /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */
        int verbose;