| Index: src/compiler/simplified-operator-reducer.h
|
| diff --git a/src/compiler/simplified-operator-reducer.h b/src/compiler/simplified-operator-reducer.h
|
| index cef6782e0d42511fe5831a0ac0667ac7c9a5707a..13301c2af5ce27dd6df55de25b9b33f398f3e7f4 100644
|
| --- a/src/compiler/simplified-operator-reducer.h
|
| +++ b/src/compiler/simplified-operator-reducer.h
|
| @@ -29,7 +29,6 @@ class SimplifiedOperatorReducer final : public Reducer {
|
| Reduction Reduce(Node* node) final;
|
|
|
| private:
|
| - Reduction ReduceNumberFloor(Node* node);
|
| Reduction ReduceReferenceEqual(Node* node);
|
|
|
| Reduction Change(Node* node, const Operator* op, Node* a);
|
|
|