Removed uneeded method

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-29 13:40:47 +02:00
parent 8d75e21055
commit 734ea26db2
1 changed files with 3 additions and 7 deletions

View File

@ -434,6 +434,9 @@ public final class Engine
*/
public void push(Event e)
{
//TODO: Make this return a promise
//TODO: New code goes below here
/**
* What we want to do here is to effectively
@ -529,11 +532,4 @@ public final class Engine
return matchedEventType;
}
/* TODO: Add coumentation */
private ulong[] getTypes()
{
/* TODO: Implement me */
return null;
}
}