delete misleading comment (#42810)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42810

changelog: [internal]

Outdated comment, let's remove it.

Reviewed By: fabriziocucci

Differential Revision: D53348035

fbshipit-source-id: 9edca36d5ddfc32e21ab8cb824835e00cd42dc83
This commit is contained in:
Samuel Susla
2024-02-03 10:53:32 -08:00
committed by Facebook GitHub Bot
parent a24a93ee54
commit 4cd7523eca
@@ -754,7 +754,6 @@ public class ReactViewGroup extends ViewGroup
}
}
// This method also sets the child's mParent to null
private void removeFromArray(int index) {
final View[] children = Assertions.assertNotNull(mAllChildren);
final int count = mAllChildrenCount;