refactor(ivy): remove isRootView check from getRenderParent (#33988)

The root view case is already covered by the existing code in the
getRenderParent function so no need to have an explicit checks
(and associated memory reads) again.

PR Close #33988
This commit is contained in:
Pawel Kozlowski
2019-11-22 16:33:05 +01:00
committed by Matias Niemelä
parent f2800b90b2
commit 04b12fc0d6
3 changed files with 1 additions and 12 deletions

View File

@ -497,9 +497,6 @@
{
"name": "isProceduralRenderer"
},
{
"name": "isRootView"
},
{
"name": "isStylingContext"
},

View File

@ -365,9 +365,6 @@
{
"name": "isProceduralRenderer"
},
{
"name": "isRootView"
},
{
"name": "leaveDI"
},