rt: Remove running_on flag. Does nothing

This commit is contained in:
Brian Anderson
2012-02-02 16:15:19 -08:00
parent 57cad61353
commit ed3a5ad5ad
3 changed files with 1 additions and 9 deletions

View File

@@ -282,9 +282,7 @@ rust_scheduler::start_main_loop() {
DLOG(this, task,
"Running task %p on worker %d",
scheduled_task, id);
scheduled_task->running_on = id;
activate(scheduled_task);
scheduled_task->running_on = -1;
DLOG(this, task,
"returned from task %s @0x%" PRIxPTR