| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 584344485ed3468528277d273a1757e663224392..6088a0a3a063ccaca31d1edd2fd8bd0ee29c5a95 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -33,8 +33,6 @@ class NodeProperties {
|
| static inline void ReplaceEffectInput(Node* node, Node* effect,
|
| int index = 0);
|
| static inline void RemoveNonValueInputs(Node* node);
|
| - static inline void ReplaceWithValue(Node* node, Node* value,
|
| - Node* effect = NULL);
|
|
|
| static inline Bounds GetBounds(Node* node);
|
| static inline void SetBounds(Node* node, Bounds bounds);
|
|
|