Commit 925d3d4
Remove dead test-only method simulateAttachForTesting from ReactRootView
Summary:
X-link: #57136
`ReactRootView.simulateAttachForTesting()` was a package-private `VisibleForTesting` helper that set up the attach flags and dispatchers, but no test or production code ever called it. `RootViewTest` exercises `startReactApplication`/`unmountReactApplication` and the sibling `simulateCheckForKeyboardForTesting`, never this method. This removes the orphaned helper.
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D108012908
fbshipit-source-id: ee550f66fae07bfeb75fd59b85d5d812fea7e2c11 parent cc23193 commit 925d3d4
1 file changed
Lines changed: 0 additions & 16 deletions
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | | - | |
795 | 779 | | |
796 | 780 | | |
797 | 781 | | |
| |||
0 commit comments