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-07-17 19:14:58 -0700
committerBrian Anderson <banderson@mozilla.com>2013-07-22 14:16:52 -0700
commit23b7ee2bda12f6518d480c29e9673ed2c592c5f3 (patch)
treef0903ad2ec7d0da1ea84e5d4e22574421d4d93dd /src/rt/rust_kernel.cpp
parent6174f9a4d9dc48f9988cd252f4fea8b319020298 (diff)
downloadrust-23b7ee2bda12f6518d480c29e9673ed2c592c5f3.tar.gz
rust-23b7ee2bda12f6518d480c29e9673ed2c592c5f3.zip
std: Remove unstable::global. Unused
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index 583f836c0d6..20ac5384a3c 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -33,8 +33,7 @@ rust_kernel::rust_kernel(rust_env *env) :
     non_weak_tasks(0),
     at_exit_runner(NULL),
     at_exit_started(false),
-    env(env),
-    global_data(0)
+    env(env)
 {
     // Create the single threaded scheduler that will run on the platform's
     // main thread