rt: remove unneccesary c++ functions and rust_kernel data, re: global loop

This commit is contained in:
Jeff Olson
2012-04-27 21:39:45 -07:00
parent 474e7e5e0d
commit 577b888e4b
4 changed files with 0 additions and 18 deletions
-3
View File
@@ -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