Chromium Code Reviews| Index: src/compiler/typer.cc |
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
| index b909132a67b4f73b88e04514eea599d608588e6c..cecdea3b4f41a5b171d144db48906fb57fd27272 100644 |
| --- a/src/compiler/typer.cc |
| +++ b/src/compiler/typer.cc |
| @@ -2102,11 +2102,6 @@ |
| } |
| -Type* Typer::Visitor::TypeTruncateFloat32ToInt64(Node* node) { |
| - return Type::Internal(); |
| -} |
| - |
| - |
| Type* Typer::Visitor::TypeTruncateFloat64ToInt64(Node* node) { |
| return Type::Internal(); |
| } |