diff options
Diffstat (limited to 'deps/v8/src/prettyprinter.cc')
-rw-r--r-- | deps/v8/src/prettyprinter.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/prettyprinter.cc b/deps/v8/src/prettyprinter.cc index 10c1ea8717..87da026426 100644 --- a/deps/v8/src/prettyprinter.cc +++ b/deps/v8/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()); } |