| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index a4dcf92f3e9cd51e71cdc01205ef1215f9094c5f..452fe60713ddc54fa75d07a16522ec7ac82eb39d 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -97,8 +97,6 @@
|
| Node* effect, Node* control);
|
| ValueEffectControl LowerCheckIf(Node* node, Node* frame_state, Node* effect,
|
| Node* control);
|
| - ValueEffectControl LowerCheckUnless(Node* node, Node* frame_state,
|
| - Node* effect, Node* control);
|
| ValueEffectControl LowerPlainPrimitiveToNumber(Node* node, Node* effect,
|
| Node* control);
|
| ValueEffectControl LowerPlainPrimitiveToWord32(Node* node, Node* effect,
|
|
|