std: Remove unstable::global. Unused

This commit is contained in:
Brian Anderson 2013-07-17 19:14:58 -07:00
parent 6174f9a4d9
commit 23b7ee2bda
6 changed files with 1 additions and 292 deletions

View file

@ -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