refactor(ivy): remove duplicated TNode utility (#32495)

Before this refactoring we had 2 utility functions to check if a given
TNode has matching directives. This PR leaves just one such function
(one that does less memory read).

PR Close #32495
This commit is contained in:
Pawel Kozlowski
2019-09-05 14:03:45 +02:00
committed by Kara Erickson
parent 024765b86a
commit 6674746e86
3 changed files with 4 additions and 12 deletions

View File

@ -908,9 +908,6 @@
{
"name": "hasClassInput"
},
{
"name": "hasDirectives"
},
{
"name": "hasParentInjector"
},