summaryrefslogtreecommitdiffstats
path: root/src/prettyprinter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/prettyprinter.cc')
-rw-r--r--src/prettyprinter.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/prettyprinter.cc b/src/prettyprinter.cc
index 10c1ea87..87da0264 100644
--- a/src/prettyprinter.cc
+++ b/src/prettyprinter.cc
@@ -1339,9 +1339,6 @@ void JsonAstBuilder::VisitSlot(Slot* expr) {
case Slot::LOOKUP:
AddAttribute("type", "LOOKUP");
break;
- case Slot::GLOBAL:
- AddAttribute("type", "GLOBAL");
- break;
}
AddAttribute("index", expr->index());
}