mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Remove all C++ telemetry autotimers
This commit is contained in:
parent
8c8145e620
commit
ad782894c8
28 changed files with 37 additions and 119 deletions
|
|
@ -716,9 +716,6 @@ nsIdleService::IdleTimerCallback(void)
|
|||
return;
|
||||
}
|
||||
|
||||
// Tell expired listeners they are expired,and find the next timeout
|
||||
Telemetry::AutoTimer<Telemetry::IDLE_NOTIFY_IDLE_MS> timer;
|
||||
|
||||
// We need to initialise the time to the next idle switch.
|
||||
mDeltaToNextIdleSwitchInS = UINT32_MAX;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue