Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: runtime/bin/error_exit.h

Issue 2759533002: Remove legacy restart code (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/gen_snapshot.cc » ('j') | runtime/bin/main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, ...);
« no previous file with comments | « no previous file | runtime/bin/gen_snapshot.cc » ('j') | runtime/bin/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698