"constant propagate" rust_new_exit_task_glue to its only use.

This commit is contained in:
Rafael Ávila de Espíndola
2011-05-24 15:51:22 -04:00
parent fbc0e840e3
commit fe90159b86
7 changed files with 12 additions and 20 deletions

View File

@@ -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);