diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-02 16:30:22 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-02 18:10:24 -0800 |
| commit | 3978fbff8b79d53de57d48473bde43aa533369fd (patch) | |
| tree | eedd614937b44394cebb2fc51a30b2f65c3d63d0 /src/rt/rust_task.cpp | |
| parent | ed3a5ad5ad01a7213cecb6361b83d710f8eb4249 (diff) | |
| download | rust-3978fbff8b79d53de57d48473bde43aa533369fd.tar.gz rust-3978fbff8b79d53de57d48473bde43aa533369fd.zip | |
rt: Remove rust_task::can_schedule. Does nothing
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 831d34a6bf0..098e9e3c131 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -623,11 +623,6 @@ rust_task::backtrace() { #endif } -bool rust_task::can_schedule(int id) -{ - return true; -} - void * rust_task::calloc(size_t size, const char *tag) { return local_region.calloc(size, tag); |
