diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-07-17 19:14:58 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-07-22 14:16:52 -0700 |
| commit | 23b7ee2bda12f6518d480c29e9673ed2c592c5f3 (patch) | |
| tree | f0903ad2ec7d0da1ea84e5d4e22574421d4d93dd /src/rt/rust_builtin.cpp | |
| parent | 6174f9a4d9dc48f9988cd252f4fea8b319020298 (diff) | |
| download | rust-23b7ee2bda12f6518d480c29e9673ed2c592c5f3.tar.gz rust-23b7ee2bda12f6518d480c29e9673ed2c592c5f3.zip | |
std: Remove unstable::global. Unused
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 4dde01d5f00..860f20e7308 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -763,12 +763,6 @@ rust_register_exit_function(spawn_fn runner, fn_env_pair *f) { task->kernel->register_exit_function(runner, f); } -extern "C" intptr_t* -rust_get_global_data_ptr() { - rust_task *task = rust_get_current_task(); - return &task->kernel->global_data; -} - #ifndef _WIN32 #include <sys/types.h> #include <dirent.h> |
