| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 94bd731ba7b61a2ecaa8932c5382567eea1afaca..6bc98562532fc9e35e59ae0900c504dbb2cb326f 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -35,7 +35,6 @@ class NodeProperties {
|
| static inline void ReplaceControlInput(Node* node, Node* control);
|
| static inline void ReplaceEffectInput(Node* node, Node* effect,
|
| int index = 0);
|
| - static inline void ReplaceFrameStateInput(Node* node, Node* frame_state);
|
| static inline void RemoveNonValueInputs(Node* node);
|
| static inline void ReplaceWithValue(Node* node, Node* value,
|
| Node* effect = NULL);
|
|
|