avoid the use of 'func_id_list_t *' to prevent potential seg faults
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index a37bd49d5e0deb818cdfa833336140554fa984a8..9fb94228a3a9f6460a17dbe6f74754062a5934f8 100644 (file)
--- a/model.h
+++ b/model.h
@@ -59,7 +59,6 @@ public:
        uint64_t switch_to_master(ModelAction *act);
 
        bool assert_bug(const char *msg, ...);
-       bool assert_race(const char *msg, ...);
 
        void assert_user_bug(const char *msg);