| Index: src/typing-asm.cc
|
| diff --git a/src/typing-asm.cc b/src/typing-asm.cc
|
| index 2390e7e7b12a824229e8d68768896c35791836d4..438a2402169d150f0e576dc833c206e230408b59 100644
|
| --- a/src/typing-asm.cc
|
| +++ b/src/typing-asm.cc
|
| @@ -1407,11 +1407,6 @@ void AsmTyper::VisitImportDeclaration(ImportDeclaration* decl) {
|
| }
|
|
|
|
|
| -void AsmTyper::VisitExportDeclaration(ExportDeclaration* decl) {
|
| - FAIL(decl, "export declaration encountered");
|
| -}
|
| -
|
| -
|
| void AsmTyper::VisitClassLiteral(ClassLiteral* expr) {
|
| FAIL(expr, "class literal not allowed");
|
| }
|
|
|