From fb9299346af9b951890db80e47eb65625997f160 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 19 Jan 2013 22:54:29 -0800 Subject: core: Convert getenv/setenv to use a mutex This much simpler implementation uses a global mutex and eliminates the kernel environment channel. --- src/rt/rust_kernel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rt/rust_kernel.cpp') diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index d270ac07633..7e342878841 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -35,7 +35,6 @@ rust_kernel::rust_kernel(rust_env *env) : osmain_driver(NULL), non_weak_tasks(0), global_loop_chan(0), - global_env_chan(0), at_exit_runner(NULL), at_exit_started(false), env(env), -- cgit 1.4.1-3-g733a5