mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
don't need to hang on to the null handle
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user