rt: Remove task::on_wakeup. Unused

This commit is contained in:
Brian Anderson
2011-11-17 16:37:54 -08:00
parent 63d40b8ab6
commit 0dfa1410d3
3 changed files with 0 additions and 19 deletions

View File

@@ -343,7 +343,6 @@ rust_scheduler::create_task(rust_task *spawner, const char *name) {
task, spawner ? spawner->name : "null", name);
if(spawner) {
task->pin(spawner->pinned_on);
task->on_wakeup(spawner->_on_wakeup);
}
{