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