eliminate process array join api, no longer needed

This commit is contained in:
Ryan Fleury
2025-11-07 15:54:41 -08:00
parent 4ea3c5a0e4
commit d4d2159389
-6
View File
@@ -900,12 +900,6 @@ os_process_join(OS_Handle handle, U64 endt_us, U64 *exit_code_out)
return result; return result;
} }
internal U64
os_process_array_join(OS_HandleArray processes, U64 endt_us, U64 *exit_code_out)
{
NotImplemented;
}
internal void internal void
os_process_detach(OS_Handle handle) os_process_detach(OS_Handle handle)
{ {