diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-11-17 15:27:50 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-18 10:32:27 -0800 |
| commit | d52888f0badf05e183368ac6ba221691e8e2a130 (patch) | |
| tree | 73fe957b9d21dba88c7554bc10c9d7e2c3d77f69 /src/rt/rust_task.cpp | |
| parent | 5e9f9e8c48374d6b77c4de0b9b691b7b1cc44993 (diff) | |
| download | rust-d52888f0badf05e183368ac6ba221691e8e2a130.tar.gz rust-d52888f0badf05e183368ac6ba221691e8e2a130.zip | |
rt: Remove rust_task::yield. Unused
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 28ca9787880..d6c981b9df2 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -269,11 +269,6 @@ rust_task::grow(size_t n_frame_bytes) } -void -rust_task::yield() { - yield(0); -} - // Only run this on the rust stack void rust_task::yield(size_t time_in_us) { |
