diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-04 09:41:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-04 09:41:24 +0200 |
commit | d97716da19edea0f3d12e9a88e473f47a19bb447 (patch) | |
tree | 8809b848f23acede820937356df6083a3f57685c /accessible | |
parent | 891f8942336bb54c88847c72ea52b35a703cea3a (diff) | |
download | aura-central-d97716da19edea0f3d12e9a88e473f47a19bb447.tar.gz |
Remove all C++ telemetry autotimers
Diffstat (limited to 'accessible')
-rw-r--r-- | accessible/base/NotificationController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessible/base/NotificationController.cpp b/accessible/base/NotificationController.cpp index 73d364641..3545ce6c1 100644 --- a/accessible/base/NotificationController.cpp +++ b/accessible/base/NotificationController.cpp @@ -591,7 +591,6 @@ void NotificationController::WillRefresh(mozilla::TimeStamp aTime) { PROFILER_LABEL_FUNC(js::ProfileEntry::Category::OTHER); - Telemetry::AutoTimer<Telemetry::A11Y_UPDATE_TIME> updateTimer; // If the document accessible that notification collector was created for is // now shut down, don't process notifications anymore. |