Commit 28a2e1d
Remove dead telemetryTimePointToSecondsSinceEpoch helper
Summary:
`telemetryTimePointToSecondsSinceEpoch()` in `ReactCommon/react/utils/Telemetry.h` was a `static inline` helper that converted a `TelemetryTimePoint` to seconds since the UNIX epoch, but it had no callers anywhere. This is a pure dead-code removal. The sibling `clockCast` helper it used is left in place (it remains part of the public API surface).
Changelog: [Internal]
Differential Revision: D1080129101 parent 80df54c commit 28a2e1d
1 file changed
Lines changed: 0 additions & 13 deletions
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 84 | | |
98 | 85 | | |
99 | 86 | | |
| |||
0 commit comments