Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index bab7eeda7e96337605adce8cac6f546d47f93d8e..e7725799233cbb63136c4bc73473c440d7463f95 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2862,12 +2862,6 @@ |
void AstGraphBuilder::VisitSpread(Spread* expr) { |
- // Handled entirely by the parser itself. |
- UNREACHABLE(); |
-} |
- |
- |
-void AstGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { |
// Handled entirely by the parser itself. |
UNREACHABLE(); |
} |