From 4246d567b7a999155524669e3b0419e8f71080b1 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 16:46:13 -0700 Subject: Move ports out into their own file, add data_message and make communication system use it (and proxies) instead of existing token scheme. --- src/rt/rust_task.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/rt/rust_task.h') diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 34553b6c..b657592a 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -28,9 +28,6 @@ rust_task : public maybe_proxy, size_t gc_alloc_thresh; size_t gc_alloc_accum; - // Wait queue for tasks waiting for this task. - rust_wait_queue waiting_tasks; - // Rendezvous pointer for receiving data when blocked on a port. If we're // trying to read data and no data is available on any incoming channel, // we block on the port, and yield control to the scheduler. Since, we @@ -101,7 +98,6 @@ rust_task : public maybe_proxy, void unsupervise(); // Notify tasks waiting for us that we are about to die. - void notify_waiting_tasks(); void notify_tasks_waiting_to_join(); uintptr_t get_fp(); -- cgit v1.2.3