Chromium Code Reviews| Index: src/crankshaft/typing.cc |
| diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc |
| index 80a1eecef1d4551065fa399986fd51d59b402b74..4ffe40d9930aaf4f49501fc5fc2fb908c529944a 100644 |
| --- a/src/crankshaft/typing.cc |
| +++ b/src/crankshaft/typing.cc |
| @@ -786,9 +786,5 @@ void AstTyper::VisitFunctionDeclaration(FunctionDeclaration* declaration) { |
| } |
| -void AstTyper::VisitImportDeclaration(ImportDeclaration* declaration) { |
| -} |
| - |
| - |
| } // namespace internal |
| } // namespace v8 |