diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-18 13:48:57 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-18 13:48:57 -0400 |
| commit | cebc9b359db16ea0370fb9f9013507a559e33bcd (patch) | |
| tree | 2a935143c218ecbbecb3bbbb3ec2a35c9cdd85b1 /src/rt/rust_task.h | |
| parent | f4e049c41571617de62537aeaadefee9546c6816 (diff) | |
| download | rust-cebc9b359db16ea0370fb9f9013507a559e33bcd.tar.gz rust-cebc9b359db16ea0370fb9f9013507a559e33bcd.zip | |
Remove dead rustboot code.
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 9169a0b3418..88d99879ace 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -56,18 +56,9 @@ rust_task : public maybe_proxy<rust_task>, ~rust_task(); void start(uintptr_t exit_task_glue, - uintptr_t spawnee_abi, uintptr_t spawnee_fn, uintptr_t args, size_t callsz); - void start_rustboot(uintptr_t exit_task_glue, - uintptr_t spawnee_fn, - uintptr_t args, - size_t callsz); - void start_rustc(uintptr_t exit_task_glue, - uintptr_t spawnee_fn, - uintptr_t args, - size_t callsz); void grow(size_t n_frame_bytes); bool running(); bool blocked(); |
