Removed uneeded function

This commit is contained in:
Tristan B. Velloza Kildaire 2022-03-19 15:08:19 +02:00
parent dfd0171c67
commit d786130427
1 changed files with 0 additions and 10 deletions

View File

@ -103,16 +103,6 @@ public final class Engine : Thread
}
}
/**
* TODO: Dispatcher
*/
private void dispatch()
{
}
/**
* Register a Descriptor with tasky
*/