Chromium Code Reviews| Index: src/typing.cc | 
| diff --git a/src/typing.cc b/src/typing.cc | 
| index 0a7ba618390a8df4852be5b1f6da35832f6bb740..48528705bf1e1abb605d2a243199eb7a7ab05e30 100644 | 
| --- a/src/typing.cc | 
| +++ b/src/typing.cc | 
| @@ -797,10 +797,6 @@ void AstTyper::VisitModuleLiteral(ModuleLiteral* module) { | 
| } | 
| -void AstTyper::VisitModuleVariable(ModuleVariable* module) { | 
| -} | 
| - | 
| - | 
| void AstTyper::VisitModulePath(ModulePath* module) { | 
| RECURSE(Visit(module->module())); | 
| } |