rt: Remove rust_task::can_schedule. Does nothing

This commit is contained in:
Brian Anderson
2012-02-02 16:30:22 -08:00
parent ed3a5ad5ad
commit 3978fbff8b
3 changed files with 5 additions and 20 deletions

View File

@@ -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);