Index: src/ast/ast-literal-reindexer.cc |
diff --git a/src/ast/ast-literal-reindexer.cc b/src/ast/ast-literal-reindexer.cc |
index 1f79b12217f4e788130a91ff3773f56fcbf4b7c4..a0ceee5b3589e0cc14d070fa897705abb0e67d19 100644 |
--- a/src/ast/ast-literal-reindexer.cc |
+++ b/src/ast/ast-literal-reindexer.cc |
@@ -16,11 +16,6 @@ void AstLiteralReindexer::VisitVariableDeclaration(VariableDeclaration* node) { |
} |
-void AstLiteralReindexer::VisitExportDeclaration(ExportDeclaration* node) { |
- VisitVariableProxy(node->proxy()); |
-} |
- |
- |
void AstLiteralReindexer::VisitEmptyStatement(EmptyStatement* node) {} |