Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 75628517331e9d6562ae8e4377404b3db88550a7..4848907b5c2fbe68230d734db0d03563336c1e16 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1525,9 +1525,6 @@ Type* Typer::Visitor::TypeJSCreateScriptContext(Node* node) { |
// JS other operators. |
-Type* Typer::Visitor::TypeJSYield(Node* node) { return Type::Any(); } |
- |
- |
Type* Typer::Visitor::TypeJSCallConstruct(Node* node) { |
return Type::Receiver(); |
} |