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:

committed by
Matias Niemelä

parent
f2800b90b2
commit
04b12fc0d6
@ -497,9 +497,6 @@
|
||||
{
|
||||
"name": "isProceduralRenderer"
|
||||
},
|
||||
{
|
||||
"name": "isRootView"
|
||||
},
|
||||
{
|
||||
"name": "isStylingContext"
|
||||
},
|
||||
|
@ -365,9 +365,6 @@
|
||||
{
|
||||
"name": "isProceduralRenderer"
|
||||
},
|
||||
{
|
||||
"name": "isRootView"
|
||||
},
|
||||
{
|
||||
"name": "leaveDI"
|
||||
},
|
||||
|
Reference in New Issue
Block a user