From 53f5c0c623726d39ae5f880fb3781ac48b313f9c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 20 Apr 2012 14:00:13 -0700 Subject: rt: Delete some incorrect comments --- src/rt/rust_kernel.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rt/rust_kernel.cpp') diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index 8ce79ec9106..a629f2ff4af 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -124,9 +124,6 @@ rust_kernel::get_scheduler_by_id_nolock(rust_sched_id id) { void rust_kernel::release_scheduler_id(rust_sched_id id) { scoped_lock with(sched_lock); - // This list will most likely only ever have a single element in it, but - // it's an actual list because we could potentially get here multiple - // times before the main thread ever calls wait_for_schedulers() join_list.push_back(id); sched_lock.signal(); } -- cgit 1.4.1-3-g733a5