Index: src/compiler/common-operator.h |
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h |
index 80671e20df22ca73883a1da7359ee45bc0615a8c..33f07557e0d07d942bdb35e2f42331503a8a34fa 100644 |
--- a/src/compiler/common-operator.h |
+++ b/src/compiler/common-operator.h |
@@ -170,7 +170,6 @@ class CommonOperatorBuilder final : public ZoneObject { |
const Operator* Call(const CallDescriptor* descriptor); |
const Operator* TailCall(const CallDescriptor* descriptor); |
const Operator* Projection(size_t index); |
- const Operator* LazyBailout(); |
// Constructs a new merge or phi operator with the same opcode as {op}, but |
// with {size} inputs. |