diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-14 20:54:57 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-15 10:07:32 -0700 |
| commit | 7d475530a0aecbe243813b7cc23136058d114f2d (patch) | |
| tree | ea6b347f6c3df5fde813bffbf47120650d7deedc /src/rt/rust_builtin.cpp | |
| parent | ced8393f203fc661df7a5a0159a5edfd826eef12 (diff) | |
| download | rust-7d475530a0aecbe243813b7cc23136058d114f2d.tar.gz rust-7d475530a0aecbe243813b7cc23136058d114f2d.zip | |
Remove task_unsupervise from rt builtin functions
This was an exact duplicate of the unsupervise function
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index bdabbb1ed37..df7b1cfc6d3 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -430,11 +430,6 @@ task_join(rust_task *task, rust_task *join_task) { } } -extern "C" CDECL void -task_unsupervise(rust_task *task) { - task->unsupervise(); -} - /* Debug builtins for std.dbg. */ static void |
