mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
a24a93ee54
commit
4cd7523eca
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user