Index: src/wasm/asm-wasm-builder.cc |
diff --git a/src/wasm/asm-wasm-builder.cc b/src/wasm/asm-wasm-builder.cc |
index cf84332b6f22f3878dc358fc1c0f35cf20d3eab7..438cc59befea3f0c4cdd7e318b9a749e54c984a2 100644 |
--- a/src/wasm/asm-wasm-builder.cc |
+++ b/src/wasm/asm-wasm-builder.cc |
@@ -137,8 +137,6 @@ class AsmWasmBuilderImpl : public AstVisitor { |
void VisitImportDeclaration(ImportDeclaration* decl) override {} |
- void VisitExportDeclaration(ExportDeclaration* decl) override {} |
- |
void VisitStatements(ZoneList<Statement*>* stmts) override { |
for (int i = 0; i < stmts->length(); ++i) { |
Statement* stmt = stmts->at(i); |