Index: src/mksnapshot.cc |
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc |
index c9b8066959fc321a25e02ac2bfdb00774d5d972e..450dfac8a94ee0ba01aa652044a0d7755824a3c8 100644 |
--- a/src/mksnapshot.cc |
+++ b/src/mksnapshot.cc |
@@ -138,11 +138,6 @@ char* GetExtraCode(char* filename) { |
int main(int argc, char** argv) { |
// By default, log code create information in the snapshot. |
i::FLAG_log_code = true; |
- |
- // Omit from the snapshot natives for features that can be turned off |
- // at runtime. |
- i::FLAG_harmony_shipping = false; |
- |
i::FLAG_logfile_per_isolate = false; |
// Print the usage if an error occurs when parsing the command line |