From 3978fbff8b79d53de57d48473bde43aa533369fd Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 2 Feb 2012 16:30:22 -0800 Subject: rt: Remove rust_task::can_schedule. Does nothing --- src/rt/rust_task.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 831d34a6bf0..098e9e3c131 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -623,11 +623,6 @@ rust_task::backtrace() { #endif } -bool rust_task::can_schedule(int id) -{ - return true; -} - void * rust_task::calloc(size_t size, const char *tag) { return local_region.calloc(size, tag); -- cgit 1.4.1-3-g733a5