fix conflicts
[model-checker.git] / schedule.cc
index 1bd1b0f983fef2a602fe6b089db723c4526adc4a..8dd13304093008094c00d465ffb4086eec1e810d 100644 (file)
@@ -207,10 +207,6 @@ Thread * Scheduler::select_next_thread()
        return NULL;
 }
 
-void Scheduler::set_scheduler_thread(thread_id_t tid) {
-       curr_thread_index=id_to_int(tid);
-}
-
 /**
  * @brief Set the current "running" Thread
  * @param t Thread to run