| Index: src/compiler/effect-control-linearizer.h
|
| diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
|
| index 6ce32358e3f73184141b378701ae7bcb3ebcbdac..1a4957746ea091cabd1df19337a2609fd2804f63 100644
|
| --- a/src/compiler/effect-control-linearizer.h
|
| +++ b/src/compiler/effect-control-linearizer.h
|
| @@ -136,8 +136,6 @@
|
| Node* control);
|
| ValueEffectControl LowerPlainPrimitiveToFloat64(Node* node, Node* effect,
|
| Node* control);
|
| - ValueEffectControl LowerEnsureWritableFastElements(Node* node, Node* effect,
|
| - Node* control);
|
| ValueEffectControl LowerTransitionElementsKind(Node* node, Node* effect,
|
| Node* control);
|
| ValueEffectControl LowerLoadTypedElement(Node* node, Node* effect,
|
|
|