Skip to content

Commit d4d2159

Browse files
committed
eliminate process array join api, no longer needed
1 parent 4ea3c5a commit d4d2159

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/os/core/linux/os_core_linux.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -900,12 +900,6 @@ os_process_join(OS_Handle handle, U64 endt_us, U64 *exit_code_out)
900900
return result;
901901
}
902902

903-
internal U64
904-
os_process_array_join(OS_HandleArray processes, U64 endt_us, U64 *exit_code_out)
905-
{
906-
NotImplemented;
907-
}
908-
909903
internal void
910904
os_process_detach(OS_Handle handle)
911905
{

0 commit comments

Comments
 (0)