Commit ca0381b
Remove dead file-local typedef RCTJSCSetOptionType in RCTPerfMonitor
Summary:
X-link: #57139
`RCTJSCSetOptionType` was a file-local `using` alias (`BOOL (*)(const char *)`) in `RCTPerfMonitor.mm` that was never referenced. The concrete `RCTJSCSetOption` function is called directly at its two call sites; no code ever used the function-pointer typedef. This removes the dead alias.
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D108012902
fbshipit-source-id: 2d8b207c6d216356a5b4eef9b71effda47db57441 parent 92c5140 commit ca0381b
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments