about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorJeff Olson <olson.jeffery@gmail.com>2012-04-27 21:39:45 -0700
committerJeff Olson <olson.jeffery@gmail.com>2012-04-27 22:19:30 -0700
commit577b888e4b87437a37903abb5b70b113a9df059d (patch)
tree0fda8aaee992d04b8f4954b1f025d680b4389186 /src/rt/rust_kernel.cpp
parent474e7e5e0d863d803ce20063069130a3c2e1f208 (diff)
downloadrust-577b888e4b87437a37903abb5b70b113a9df059d.tar.gz
rust-577b888e4b87437a37903abb5b70b113a9df059d.zip
rt: remove unneccesary c++ functions and rust_kernel data, re: global loop
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index 9afb010a3db..e041256eaaa 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -27,9 +27,6 @@ rust_kernel::rust_kernel(rust_env *env) :
     // set up storage of pointers needed to
     // access the global loop.
     global_loop_chan = 0;
-    async_handle_inner = (uintptr_t)0;
-    global_async_handle = &async_handle_inner;
-    *global_async_handle = (uintptr_t)0;
 
     // Create the single threaded scheduler that will run on the platform's
     // main thread