| Index: runtime/bin/process.h
|
| diff --git a/runtime/bin/process.h b/runtime/bin/process.h
|
| index fdf23243c89958824969c87ce3762c07385c00b8..0916c07c558e57460d9046153ba6258dc9f7a2d8 100644
|
| --- a/runtime/bin/process.h
|
| +++ b/runtime/bin/process.h
|
| @@ -28,9 +28,6 @@ class Process {
|
| // Kill a process with a given pid.
|
| static bool Kill(intptr_t id);
|
|
|
| - // Indicate that the process with the given pid has exited.
|
| - static void Exit(intptr_t id);
|
| -
|
| // Terminate the exit code handler thread. Does not return before
|
| // the thread has terminated.
|
| static void TerminateExitCodeHandler();
|
|
|