remove outdated todo notices

This commit is contained in:
Samuliak 2024-11-05 18:07:03 +01:00
parent c46c8214f5
commit fc1580f31f
No known key found for this signature in database
5 changed files with 2 additions and 10 deletions

View file

@ -27,7 +27,7 @@ static void compileThreadFunc(sint32 threadIndex)
SetThreadName("compilePl");
// one thread runs at normal priority while the others run at lower priority
if(threadIndex != 0)
if (threadIndex != 0)
; // TODO: set thread priority
while (true)