Index: src/compiler/ast-loop-assignment-analyzer.cc |
diff --git a/src/compiler/ast-loop-assignment-analyzer.cc b/src/compiler/ast-loop-assignment-analyzer.cc |
index 2bf584b28385c40f873a7b9b747f43f1e7a39120..0d539ec756460e7399e975653a1edd87874f50c0 100644 |
--- a/src/compiler/ast-loop-assignment-analyzer.cc |
+++ b/src/compiler/ast-loop-assignment-analyzer.cc |
@@ -55,7 +55,6 @@ void ALAA::Exit(IterationStatement* loop) { |
void ALAA::VisitVariableDeclaration(VariableDeclaration* leaf) {} |
void ALAA::VisitFunctionDeclaration(FunctionDeclaration* leaf) {} |
-void ALAA::VisitImportDeclaration(ImportDeclaration* leaf) {} |
void ALAA::VisitEmptyStatement(EmptyStatement* leaf) {} |
void ALAA::VisitContinueStatement(ContinueStatement* leaf) {} |
void ALAA::VisitBreakStatement(BreakStatement* leaf) {} |