Commit bc7c757
Remove dead RAMBundleRegistry::multipleBundlesRegistry static factory
Summary:
X-link: #57137
`RAMBundleRegistry::multipleBundlesRegistry` was a static factory wrapping the public `RAMBundleRegistry` constructor (the one taking a main bundle plus a factory callback), but it had no callers anywhere. Registries are constructed via the public constructor directly. With the sibling `singleBundleRegistry` already removed, this deletes the last orphaned static factory; the constructor and the rest of the class remain intact.
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D108012906
fbshipit-source-id: 7bb403ff7660317f0f5b422dca140ac69e048dac1 parent b4de836 commit bc7c757
8 files changed
Lines changed: 0 additions & 17 deletions
File tree
- packages/react-native/ReactCommon/cxxreact
- scripts/cxx-api/api-snapshots
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4179 | 4179 | | |
4180 | 4180 | | |
4181 | 4181 | | |
4182 | | - | |
4183 | 4182 | | |
4184 | 4183 | | |
4185 | 4184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4176 | 4176 | | |
4177 | 4177 | | |
4178 | 4178 | | |
4179 | | - | |
4180 | 4179 | | |
4181 | 4180 | | |
4182 | 4181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6360 | 6360 | | |
6361 | 6361 | | |
6362 | 6362 | | |
6363 | | - | |
6364 | 6363 | | |
6365 | 6364 | | |
6366 | 6365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6357 | 6357 | | |
6358 | 6358 | | |
6359 | 6359 | | |
6360 | | - | |
6361 | 6360 | | |
6362 | 6361 | | |
6363 | 6362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2760 | 2760 | | |
2761 | 2761 | | |
2762 | 2762 | | |
2763 | | - | |
2764 | 2763 | | |
2765 | 2764 | | |
2766 | 2765 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2757 | 2757 | | |
2758 | 2758 | | |
2759 | 2759 | | |
2760 | | - | |
2761 | 2760 | | |
2762 | 2761 | | |
2763 | 2762 | | |
| |||
0 commit comments