add support for function calls 'atomic_init' and 'atomic_compare_exchange()'
[c11tester.git] / params.h
index 0b1c5bf7e33b47bd5755289d1fc3e896b807f489..c190066bec52a5593f48d436989ba5febd85d39a 100644 (file)
--- a/params.h
+++ b/params.h
@@ -6,12 +6,6 @@
  * the model checker.
  */
 struct model_params {
-       int maxreads;
-       bool yieldon;
-       bool yieldblock;
-       unsigned int fairwindow;
-       unsigned int enabledcount;
-       unsigned int bound;
        unsigned int uninitvalue;
        int maxexecutions;
 
@@ -25,4 +19,4 @@ struct model_params {
        char **argv;
 };
 
-#endif /* __PARAMS_H__ */
+#endif /* __PARAMS_H__ */