Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: src/ast/ast-expression-rewriter.cc

Issue 2081733004: Rip out most of our outdated modules implementation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/ast.cc ('k') | src/ast/ast-literal-reindexer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/ast-expression-rewriter.cc
diff --git a/src/ast/ast-expression-rewriter.cc b/src/ast/ast-expression-rewriter.cc
index b39f7f1f0cb32617408fcef5ac09e5cadecadb35..53aabe91c38d5ded95a894dd78b5d8b28385284b 100644
--- a/src/ast/ast-expression-rewriter.cc
+++ b/src/ast/ast-expression-rewriter.cc
@@ -70,12 +70,6 @@ void AstExpressionRewriter::VisitImportDeclaration(ImportDeclaration* node) {
}
-void AstExpressionRewriter::VisitExportDeclaration(ExportDeclaration* node) {
- // Not visiting `proxy_`.
- NOTHING();
-}
-
-
void AstExpressionRewriter::VisitBlock(Block* node) {
VisitStatements(node->statements());
}
« no previous file with comments | « src/ast/ast.cc ('k') | src/ast/ast-literal-reindexer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698