From 1dbcc8b188a88fe594da5157b9b61e6d9b3d0881 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 9 Jul 2013 17:44:28 -0700 Subject: std: Remove ThreadPerCore spawn mode. Unused --- src/rt/rust_builtin.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/rt/rust_builtin.cpp') diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index 4a5fcf3c604..7cc3ce0f533 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -476,12 +476,6 @@ rust_get_sched_id() { return task->sched->get_id(); } -extern "C" CDECL uintptr_t -rust_num_threads() { - rust_task *task = rust_get_current_task(); - return task->kernel->env->num_sched_threads; -} - extern "C" CDECL int rust_get_argc() { rust_task *task = rust_get_current_task(); -- cgit 1.4.1-3-g733a5