Remove dead rustboot code.

This commit is contained in:
Rafael Ávila de Espíndola
2011-05-18 13:48:57 -04:00
parent f4e049c415
commit cebc9b359d
5 changed files with 3 additions and 130 deletions

View File

@@ -54,7 +54,6 @@ rust_task_test::worker::run() {
kernel->create_domain(crate, "test");
rust_dom *domain = handle->referent();
domain->root_task->start(crate->get_exit_task_glue(),
ABI_X86_RUSTBOOT_CDECL,
(uintptr_t)&task_entry, (uintptr_t)NULL, 0);
domain->start_main_loop();
kernel->destroy_domain(domain);