summary refs log tree commit diff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-02-02 16:24:32 -0800
committerBrian Anderson <banderson@mozilla.com>2012-02-02 18:10:24 -0800
commit8693fcc2d78c02670d69eb7be772898b41281db7 (patch)
treee17cbc9c8458f9e8b487f9c8a976ee9441b752e6 /src/rt/rust_task.h
parent7f2980b7498453019aa349aae9c94b90b920e2a6 (diff)
downloadrust-8693fcc2d78c02670d69eb7be772898b41281db7.tar.gz
rust-8693fcc2d78c02670d69eb7be772898b41281db7.zip
rt: Remove yield timers
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index 418eb54cab5..63145153865 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -90,9 +90,6 @@ rust_task : public kernel_owned<rust_task>, rust_cond
 
     rust_port_id next_port_id;
 
-    // Keeps track of the last time this task yielded.
-    timer yield_timer;
-
     // 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