| Index: test/unittests/compiler/node-test-utils.h
|
| diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h
|
| index 481ae719207aed97df7fc58c9666b10b92714476..92ec831043480954642c8ae4e4f04af338985798 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -426,9 +426,6 @@ Matcher<Node*> IsWord32PairSar(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
|
|
| Matcher<Node*> IsStackSlot();
|
| -Matcher<Node*> IsTypeGuard(const Matcher<Type*>& type_matcher,
|
| - const Matcher<Node*>& value_matcher,
|
| - const Matcher<Node*>& control_matcher);
|
|
|
| } // namespace compiler
|
| } // namespace internal
|
|
|