Commit c6bb063
Remove dead RCTEnableImageStoreManagerStorageQueue declaration
Summary:
`RCTImageStoreManager.h` declared `RCT_EXTERN void RCTEnableImageStoreManagerStorageQueue(BOOL enabled);`, but no definition exists anywhere in the tree and nothing calls it. A declared-but-never-defined external function is uncallable (any use would be a link error), so this is unreachable dead code.
Changelog:
[General][Removed] - Remove unused `RCTEnableImageStoreManagerStorageQueue` declaration from `RCTImageStoreManager.h` (it had no definition and no callers)
Differential Revision: D1080129091 parent 723f915 commit c6bb063
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
0 commit comments