about summary refs log tree commit diff
path: root/src/rt/test/rust_test_runtime.cpp
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-18 13:48:57 -0400
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-18 13:48:57 -0400
commitcebc9b359db16ea0370fb9f9013507a559e33bcd (patch)
tree2a935143c218ecbbecb3bbbb3ec2a35c9cdd85b1 /src/rt/test/rust_test_runtime.cpp
parentf4e049c41571617de62537aeaadefee9546c6816 (diff)
downloadrust-cebc9b359db16ea0370fb9f9013507a559e33bcd.tar.gz
rust-cebc9b359db16ea0370fb9f9013507a559e33bcd.zip
Remove dead rustboot code.
Diffstat (limited to 'src/rt/test/rust_test_runtime.cpp')
-rw-r--r--src/rt/test/rust_test_runtime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/test/rust_test_runtime.cpp b/src/rt/test/rust_test_runtime.cpp
index e0e24156e6f..1cde532e94a 100644
--- a/src/rt/test/rust_test_runtime.cpp
+++ b/src/rt/test/rust_test_runtime.cpp
@@ -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);