don't need to hang on to the null handle

This commit is contained in:
laytan
2025-05-06 19:42:52 +02:00
parent bf5206968a
commit 9b218a2922
5 changed files with 12 additions and 27 deletions
-2
View File
@@ -266,8 +266,6 @@ specific process, even after it has died.
Process :: struct {
pid: int,
handle: uintptr,
// Implementation specific state/data.
_impl: _Process,
}
Process_Open_Flags :: bit_set[Process_Open_Flag]