| Index: src/compiler/js-intrinsic-lowering.h
|
| diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h
|
| index e0ade1bc0de971775099b83b991b64a760b39ea4..d8e1102afaab7dc67259b3877effc586d505c429 100644
|
| --- a/src/compiler/js-intrinsic-lowering.h
|
| +++ b/src/compiler/js-intrinsic-lowering.h
|
| @@ -47,7 +47,6 @@ class JSIntrinsicLowering final : public AdvancedReducer {
|
| Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type);
|
| Reduction ReduceIsJSReceiver(Node* node);
|
| Reduction ReduceIsSmi(Node* node);
|
| - Reduction ReduceJSValueGetValue(Node* node);
|
| Reduction ReduceMathClz32(Node* node);
|
| Reduction ReduceMathFloor(Node* node);
|
| Reduction ReduceMathSqrt(Node* node);
|
|
|