Revert "fix scheduling stuff to get nice round robin scheduler behavior..."
[model-checker.git] / schedule.h
index 6ae2d2b53eeb354d522d9aac187c38cbdd4226b7..121da08db05a3d0d735c4ca34926006b364c85cb 100644 (file)
@@ -39,8 +39,6 @@ public:
        bool is_enabled(const Thread *t) const;
        bool is_enabled(thread_id_t tid) const;
        bool is_sleep_set(const Thread *t) const;
-       void set_scheduler_thread(thread_id_t tid);
-
 
        SNAPSHOTALLOC
 private: