Kernel - Removed an unneeded todo
[tpg/acess2.git] / Kernel / events.c
index 988de90..a9eab78 100644 (file)
@@ -32,7 +32,6 @@ void Threads_PostEvent(tThread *Thread, Uint32 EventMask)
                if( (Uint32)Thread->RetStatus & EventMask )
                {
                        // Wake up
-                       // TODO: Does it matter if the thread is locked here?
                        LOG("Waking thread %p(%i %s)", Thread, Thread->TID, Thread->ThreadName);
                        Threads_AddActive(Thread);
                }

UCC git Repository :: git.ucc.asn.au