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
-3
View File
@@ -362,9 +362,6 @@ _current_process_info :: proc(selection: Process_Info_Fields, allocator: runtime
return _process_info_by_pid(get_pid(), selection, allocator)
}
@(private="package")
_Process :: struct {}
@(private="package")
_process_open :: proc(pid: int, _: Process_Open_Flags) -> (process: Process, err: Error) {
process.pid = pid