mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
don't need to hang on to the null handle
This commit is contained in:
@@ -46,8 +46,6 @@ _current_process_info :: proc(selection: Process_Info_Fields, allocator: runtime
|
||||
return _process_info_by_pid(_get_pid(), selection, allocator)
|
||||
}
|
||||
|
||||
_Process :: struct {}
|
||||
|
||||
_process_start :: proc(desc: Process_Desc) -> (process: Process, err: Error) {
|
||||
if len(desc.command) == 0 {
|
||||
err = .Invalid_Path
|
||||
|
||||
Reference in New Issue
Block a user