Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 71079ae958143003c1fdcbab483b71b133edfaaf..f1c21b7c4eb57675d8160f9f2710a0f81907a903 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1799,12 +1799,6 @@ Type* Typer::Visitor::TypeNumberIsHoleNaN(Node* node) { |
return Type::Boolean(); |
} |
- |
-Type* Typer::Visitor::TypePlainPrimitiveToNumber(Node* node) { |
- return TypeUnaryOp(node, ToNumber); |
-} |
- |
- |
// static |
Type* Typer::Visitor::ReferenceEqualTyper(Type* lhs, Type* rhs, Typer* t) { |
if (lhs->IsConstant() && rhs->Is(lhs)) { |