Index: src/asmjs/asm-wasm-builder.cc |
diff --git a/src/asmjs/asm-wasm-builder.cc b/src/asmjs/asm-wasm-builder.cc |
index 83dde359d4c41e95e2bea7ddc127e7594ac2eb39..24278b1b805dae9466ee1055fe0ba1ebe9550469 100644 |
--- a/src/asmjs/asm-wasm-builder.cc |
+++ b/src/asmjs/asm-wasm-builder.cc |
@@ -133,8 +133,6 @@ class AsmWasmBuilderImpl final : public AstVisitor<AsmWasmBuilderImpl> { |
local_variables_.Clear(); |
} |
- void VisitImportDeclaration(ImportDeclaration* decl) {} |
- |
void VisitStatements(ZoneList<Statement*>* stmts) { |
for (int i = 0; i < stmts->length(); ++i) { |
Statement* stmt = stmts->at(i); |