Index: src/contexts.cc |
diff --git a/src/contexts.cc b/src/contexts.cc |
index b29405b505b2316236fad7168366207d54bfbd92..88f593fab8525a197cc2d13d47dbdf8ece4a3292 100644 |
--- a/src/contexts.cc |
+++ b/src/contexts.cc |
@@ -140,7 +140,6 @@ static void GetAttributesAndBindingFlags(VariableMode mode, |
PropertyAttributes* attributes, |
BindingFlags* binding_flags) { |
switch (mode) { |
- case INTERNAL: // Fall through. |
case VAR: |
*attributes = NONE; |
*binding_flags = MUTABLE_IS_INITIALIZED; |