Remove duplicate functions
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 08f51b41752a8eced66f210b4a0c5477f82ff753..60e19f634de146247d59386345fa35da2d9450cb 100644 (file)
--- a/model.h
+++ b/model.h
@@ -55,15 +55,12 @@ public:
        uint64_t switch_to_master(ModelAction *act);
        uint64_t switch_thread(ModelAction *act);
 
-       void continueRunExecution(Thread *old);
-       void startRunExecution(ucontext_t *old);
+       void startRunExecution(Thread *old);
        void finishRunExecution(Thread *old);
-       void finishRunExecution(ucontext_t *old);
        void consumeAction();
        void chooseThread(ModelAction *act, Thread *thr);
        Thread * getNextThread();
        void handleChosenThread(Thread *old);
-       void handleChosenThread(ucontext_t *old);
        void handleNewValidThread(Thread *old, Thread *next);
 
        void assert_bug(const char *msg, ...);