rt: Remove task::on_wakeup. Unused
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user