| Index: src/compiler/simplified-operator-reducer.h
|
| diff --git a/src/compiler/simplified-operator-reducer.h b/src/compiler/simplified-operator-reducer.h
|
| index 6ee903ba9b99b94cd6018d3723a0d45ceedb6ab1..a7bd62b3d8b307570d7a92aa10b6bc91706d6f29 100644
|
| --- a/src/compiler/simplified-operator-reducer.h
|
| +++ b/src/compiler/simplified-operator-reducer.h
|
| @@ -29,7 +29,6 @@ class SimplifiedOperatorReducer final : public AdvancedReducer {
|
|
|
| private:
|
| Reduction ReduceReferenceEqual(Node* node);
|
| - Reduction ReduceTypeGuard(Node* node);
|
|
|
| Reduction Change(Node* node, const Operator* op, Node* a);
|
| Reduction ReplaceBoolean(bool value);
|
|
|