diff options
| author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 15:51:22 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2011-05-24 15:51:22 -0400 |
| commit | fe90159b86c0a044ce0bcef534e4800ea35ba01b (patch) | |
| tree | 2b1cd2d821cb497755206fc74f6692b86ef2113c /src/rt/rust_task.h | |
| parent | fbc0e840e3e660c0f0acd3e738d005b2a4aec00f (diff) | |
| download | rust-fe90159b86c0a044ce0bcef534e4800ea35ba01b.tar.gz rust-fe90159b86c0a044ce0bcef534e4800ea35ba01b.zip | |
"constant propagate" rust_new_exit_task_glue to its only use.
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 88d99879ace..1bfe7ae4bda 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -55,8 +55,7 @@ rust_task : public maybe_proxy<rust_task>, ~rust_task(); - void start(uintptr_t exit_task_glue, - uintptr_t spawnee_fn, + void start(uintptr_t spawnee_fn, uintptr_t args, size_t callsz); void grow(size_t n_frame_bytes); |
