Commit e0aa800
Remove dead RAMBundleRegistry::singleBundleRegistry factory (#57143)
Summary:
Pull Request resolved: #57143
`RAMBundleRegistry::singleBundleRegistry` was a static factory that wrapped the public `RAMBundleRegistry` constructor, but it had no callers anywhere. Objects are constructed via the public constructor directly. This removes the orphaned factory; the sibling `multipleBundlesRegistry`, the constructor, `MAIN_BUNDLE_ID`, `registerBundle`, `getModule`, and `getBundle` are all left intact.
Changelog: [Internal]
Differential Revision: D1080129031 parent f690170 commit e0aa800
8 files changed
Lines changed: 0 additions & 12 deletions
File tree
- packages/react-native/ReactCommon/cxxreact
- scripts/cxx-api/api-snapshots
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4177 | 4177 | | |
4178 | 4178 | | |
4179 | 4179 | | |
4180 | | - | |
4181 | 4180 | | |
4182 | 4181 | | |
4183 | 4182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4174 | 4174 | | |
4175 | 4175 | | |
4176 | 4176 | | |
4177 | | - | |
4178 | 4177 | | |
4179 | 4178 | | |
4180 | 4179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6358 | 6358 | | |
6359 | 6359 | | |
6360 | 6360 | | |
6361 | | - | |
6362 | 6361 | | |
6363 | 6362 | | |
6364 | 6363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6355 | 6355 | | |
6356 | 6356 | | |
6357 | 6357 | | |
6358 | | - | |
6359 | 6358 | | |
6360 | 6359 | | |
6361 | 6360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2758 | 2758 | | |
2759 | 2759 | | |
2760 | 2760 | | |
2761 | | - | |
2762 | 2761 | | |
2763 | 2762 | | |
2764 | 2763 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2755 | 2755 | | |
2756 | 2756 | | |
2757 | 2757 | | |
2758 | | - | |
2759 | 2758 | | |
2760 | 2759 | | |
2761 | 2760 | | |
| |||
0 commit comments