Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index eb323c9c129aa3bd6bcd2d4907eb5732b4e9455e..750817a0f243736de8bb2d1827baabba343a9555 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -410,7 +410,6 @@ class JSOperatorBuilder final : public ZoneObject { |
const Operator* ToNumber(); |
const Operator* ToObject(); |
const Operator* ToString(); |
- const Operator* Yield(); |
const Operator* Create(); |
const Operator* CreateArguments(CreateArgumentsType type); |