Index: src/interpreter/bytecode-generator.cc |
diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc |
index 361540e419ad4d42d88cf87eeb545d0283921d08..a1559e1cc033278a2d642106a8f691365023eb47 100644 |
--- a/src/interpreter/bytecode-generator.cc |
+++ b/src/interpreter/bytecode-generator.cc |
@@ -817,10 +817,6 @@ void BytecodeGenerator::VisitImportDeclaration(ImportDeclaration* decl) { |
UNIMPLEMENTED(); |
} |
-void BytecodeGenerator::VisitExportDeclaration(ExportDeclaration* decl) { |
- UNIMPLEMENTED(); |
-} |
- |
void BytecodeGenerator::VisitDeclarations( |
ZoneList<Declaration*>* declarations) { |
RegisterAllocationScope register_scope(this); |