about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-01-19 23:38:17 -0800
committerBrian Anderson <banderson@mozilla.com>2013-01-23 17:35:34 -0800
commitb9608fe4232c4014daa540849d471b1791b41fa6 (patch)
tree10bd75fb21036ba97b406550c4c21ebe526ae2d5 /src/rt/rust_kernel.cpp
parentfb9299346af9b951890db80e47eb65625997f160 (diff)
downloadrust-b9608fe4232c4014daa540849d471b1791b41fa6.tar.gz
rust-b9608fe4232c4014daa540849d471b1791b41fa6.zip
std: Convert uv_global_loop to use pipes
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index 7e342878841..8ca49ea6a57 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -34,7 +34,6 @@ rust_kernel::rust_kernel(rust_env *env) :
     sched_reaper(this),
     osmain_driver(NULL),
     non_weak_tasks(0),
-    global_loop_chan(0),
     at_exit_runner(NULL),
     at_exit_started(false),
     env(env),