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