Remove already fixed comment

This commit is contained in:
Ali Mashtizadeh 2015-02-16 13:11:55 -08:00
parent 473d00e669
commit 2bb2090c93

View File

@ -143,8 +143,6 @@ Process_Destroy(Process *proc)
Semaphore_Destroy(&proc->zombieProcSemaphore);
PMap_DestroyAS(proc->space);
// XXX: Close and destroy handles
// XXX: We need to promote zombie processes to our parent
// XXX: Release the semaphore as well