Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index c66cb5053fdcbaa65cdda992750477e801b430f5..b8b8f3717673f64a99e8d8aa0925c600646be317 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -482,9 +482,6 @@ Handle<SharedFunctionInfo> Compiler::Compile(Handle<String> source, |
if ((natives == NATIVES_CODE) || FLAG_allow_natives_syntax) { |
flags |= kAllowNativesSyntax; |
} |
- if (natives != NATIVES_CODE && FLAG_harmony_scoping) { |
- flags |= kHarmonyScoping; |
- } |
if (pre_data == NULL |
&& source_length >= FLAG_min_preparse_length) { |
if (source->IsExternalTwoByteString()) { |