diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-07-17 18:04:10 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-07-22 14:16:52 -0700 |
| commit | f8c4d99df67d411d5f7b48823bc082d81cdfaa37 (patch) | |
| tree | 853eb012aaee34825b4d88d79b241e87811529c4 /src/rt/rust_builtin.cpp | |
| parent | a637db2aa18f0dc18616c7837de1e60972f20112 (diff) | |
| download | rust-f8c4d99df67d411d5f7b48823bc082d81cdfaa37.tar.gz rust-f8c4d99df67d411d5f7b48823bc082d81cdfaa37.zip | |
std: Remove weak_task API. Unused
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 7e69e2e4ccb..863e0a3a99e 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -769,18 +769,6 @@ rust_get_global_data_ptr() { return &task->kernel->global_data; } -extern "C" void -rust_inc_kernel_live_count() { - rust_task *task = rust_get_current_task(); - task->kernel->inc_live_count(); -} - -extern "C" void -rust_dec_kernel_live_count() { - rust_task *task = rust_get_current_task(); - task->kernel->dec_live_count(); -} - #ifndef _WIN32 #include <sys/types.h> #include <dirent.h> |
