| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 2f3ba65b1b443f96133c0d5ca3c1e32561e384dd..71752640c1363594ff22fee5bf7dcf1085bbc955 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -190,7 +190,6 @@ class CommonOperatorBuilder final : public ZoneObject {
|
| const Operator* Phi(MachineRepresentation representation,
|
| int value_input_count);
|
| const Operator* EffectPhi(int effect_input_count);
|
| - const Operator* EffectSet(int arguments);
|
| const Operator* Guard(Type* type);
|
| const Operator* BeginRegion();
|
| const Operator* FinishRegion();
|
|
|