Commit e97776c
Remove dead RCTEnableImageStoreManagerStorageQueue declaration
Summary:
X-link: #57141
`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: [Internal]
Reviewed By: mdvacca
Differential Revision: D108012909
fbshipit-source-id: 807a5dd83616bf277c17f3832a65f92bc6f856b91 parent ca0381b commit e97776c
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