Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index c0036dfde5b391d2a5e8cf593c661fa2b94c27ba..ddd98a1c37666b27c856331b5f5850cf57fc04f8 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -1196,11 +1196,6 @@ void AstGraphBuilder::VisitFunctionDeclaration(FunctionDeclaration* decl) { |
} |
-void AstGraphBuilder::VisitImportDeclaration(ImportDeclaration* decl) { |
- UNREACHABLE(); |
-} |
- |
- |
void AstGraphBuilder::VisitBlock(Block* stmt) { |
BlockBuilder block(this); |
ControlScopeForBreakable scope(this, stmt, &block); |