X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=schedule.cc;h=1bd1b0f983fef2a602fe6b089db723c4526adc4a;hb=0997f5bf1b28a79066ed4abfed57f14419ee44d3;hp=8d44eec6d7648b467aa2bc3bf0abfc1c3478ca38;hpb=30999f20b8426081e676adfc76d1c4af7b941e8e;p=model-checker.git diff --git a/schedule.cc b/schedule.cc index 8d44eec..1bd1b0f 100644 --- a/schedule.cc +++ b/schedule.cc @@ -219,7 +219,7 @@ void Scheduler::set_current_thread(Thread *t) { ASSERT(t && !t->is_model_thread()); - // curr_thread_index = id_to_int(t->get_id()); + //curr_thread_index = id_to_int(t->get_id()); current = t; if (DBG_ENABLED())