Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 22a91cb08835c54011a0cd53d2e0ab7e84c52199..5bb639a1d1a9e25e271d3aa3f9270c1a2f5e18ee 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -712,12 +712,8 @@ DEFINE_STRING(testing_serialization_file, "/tmp/serdes", |
#endif |
// mksnapshot.cc |
-DEFINE_STRING(extra_code, NULL, |
- "A filename with extra code to be included in" |
- " the snapshot (mksnapshot only)") |
DEFINE_STRING(startup_blob, NULL, |
- "Write V8 startup blob file. " |
- "(mksnapshot only)") |
+ "Write V8 startup blob file. (mksnapshot only)") |
// code-stubs-hydrogen.cc |
DEFINE_BOOL(profile_hydrogen_code_stub_compilation, false, |