about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
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 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),