Index: src/prettyprinter.cc |
=================================================================== |
--- src/prettyprinter.cc (revision 3230) |
+++ src/prettyprinter.cc (working copy) |
@@ -1339,9 +1339,6 @@ |
case Slot::LOOKUP: |
AddAttribute("type", "LOOKUP"); |
break; |
- case Slot::GLOBAL: |
- AddAttribute("type", "GLOBAL"); |
- break; |
} |
AddAttribute("index", expr->index()); |
} |