Remove a bit more dead code.

This commit is contained in:
Rafael Ávila de Espíndola
2011-05-18 14:01:13 -04:00
parent cebc9b359d
commit d108bfe2ee
4 changed files with 1 additions and 18 deletions

View File

@@ -566,7 +566,6 @@ extern "C" CDECL rust_task *
upcall_start_task(rust_task *spawner,
rust_task *task,
uintptr_t exit_task_glue,
uintptr_t spawnee_abi,
uintptr_t spawnee_fn,
size_t callsz) {
LOG_UPCALL_ENTRY(spawner);
@@ -631,7 +630,6 @@ extern "C" CDECL maybe_proxy<rust_task> *
upcall_start_thread(rust_task *task,
rust_proxy<rust_task> *child_task_proxy,
uintptr_t exit_task_glue,
uintptr_t spawnee_abi,
uintptr_t spawnee_fn,
size_t callsz) {
LOG_UPCALL_ENTRY(task);