Commit 8d95ce4
Remove dead RAMBundleRegistry::multipleBundlesRegistry static factory
Summary:
`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]
Differential Revision: D1080129061 parent a3fc91d commit 8d95ce4
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 | |
|---|---|---|---|
| |||
4176 | 4176 | | |
4177 | 4177 | | |
4178 | 4178 | | |
4179 | | - | |
4180 | 4179 | | |
4181 | 4180 | | |
4182 | 4181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4173 | 4173 | | |
4174 | 4174 | | |
4175 | 4175 | | |
4176 | | - | |
4177 | 4176 | | |
4178 | 4177 | | |
4179 | 4178 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
6354 | 6354 | | |
6355 | 6355 | | |
6356 | 6356 | | |
6357 | | - | |
6358 | 6357 | | |
6359 | 6358 | | |
6360 | 6359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2757 | 2757 | | |
2758 | 2758 | | |
2759 | 2759 | | |
2760 | | - | |
2761 | 2760 | | |
2762 | 2761 | | |
2763 | 2762 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
2757 | | - | |
2758 | 2757 | | |
2759 | 2758 | | |
2760 | 2759 | | |
| |||
0 commit comments