| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 2e30a04d60448d8594de3484e584700df36a6107..941fb17a14f5ccaaf10bba724c81e7d6e493d604 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -111,7 +111,6 @@ class CommonOperatorBuilder FINAL {
|
|
|
| const Operator* Phi(MachineType type, int arguments);
|
| const Operator* EffectPhi(int arguments);
|
| - const Operator* ControlEffect();
|
| const Operator* ValueEffect(int arguments);
|
| const Operator* Finish(int arguments);
|
| const Operator* StateValues(int arguments);
|
|
|