| Index: runtime/bin/error_exit.h
|
| diff --git a/runtime/bin/error_exit.h b/runtime/bin/error_exit.h
|
| index acf4cbed6b807b1e3f06c46cf4b14e464843c1dd..3089566c234460d142ce6c5c376d1a941400f0ed 100644
|
| --- a/runtime/bin/error_exit.h
|
| +++ b/runtime/bin/error_exit.h
|
| @@ -16,8 +16,6 @@ static const int kApiErrorExitCode = 253;
|
| static const int kCompilationErrorExitCode = 254;
|
| // Exit code indicating an unhandled error that is not a compilation error.
|
| static const int kErrorExitCode = 255;
|
| -// Exit code indicating a vm restart request. Never returned to the user.
|
| -static const int kRestartRequestExitCode = 1000;
|
|
|
| void ErrorExit(int exit_code, const char* format, ...);
|
|
|
|
|