Chromium Code Reviews| Index: src/ast/scopes.cc |
| diff --git a/src/ast/scopes.cc b/src/ast/scopes.cc |
| index 897d62c4da942db73caaaeab5ee8e273d4745f90..beb572114451214ef6ee12a4ddbb54347e78c314 100644 |
| --- a/src/ast/scopes.cc |
| +++ b/src/ast/scopes.cc |
| @@ -1105,9 +1105,6 @@ static void PrintLocation(Variable* var) { |
| case VariableLocation::CONTEXT: |
| PrintF("context[%d]", var->index()); |
| break; |
| - case VariableLocation::GLOBAL: |
| - PrintF("global[%d]", var->index()); |
| - break; |
| case VariableLocation::LOOKUP: |
| PrintF("lookup"); |
| break; |