std: Remove unstable::global. Unused
This commit is contained in:
parent
6174f9a4d9
commit
23b7ee2bda
6 changed files with 1 additions and 292 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue