| Index: src/ast/ast-expression-rewriter.cc
|
| diff --git a/src/ast/ast-expression-rewriter.cc b/src/ast/ast-expression-rewriter.cc
|
| index 53aabe91c38d5ded95a894dd78b5d8b28385284b..7bb8f0819244b489a532d88f1f03ef1ce6264c82 100644
|
| --- a/src/ast/ast-expression-rewriter.cc
|
| +++ b/src/ast/ast-expression-rewriter.cc
|
| @@ -64,12 +64,6 @@ void AstExpressionRewriter::VisitFunctionDeclaration(
|
| }
|
|
|
|
|
| -void AstExpressionRewriter::VisitImportDeclaration(ImportDeclaration* node) {
|
| - // Not visiting `proxy_`.
|
| - NOTHING();
|
| -}
|
| -
|
| -
|
| void AstExpressionRewriter::VisitBlock(Block* node) {
|
| VisitStatements(node->statements());
|
| }
|
|
|