From 2e5131c376bfa003e1254a92a298dae2d2abc027 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 25 Feb 2013 16:23:05 -0800 Subject: [PATCH] schedule: remove commented-out code --- schedule.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/schedule.cc b/schedule.cc index 1bd1b0f..44def6d 100644 --- a/schedule.cc +++ b/schedule.cc @@ -219,8 +219,6 @@ void Scheduler::set_current_thread(Thread *t) { ASSERT(t && !t->is_model_thread()); - //curr_thread_index = id_to_int(t->get_id()); - current = t; if (DBG_ENABLED()) print(); -- 2.34.1