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 | 807ea33ec3c65b993dd0cc331bacad29cf4e7daf (patch) | |
tree | 8809b848f23acede820937356df6083a3f57685c /accessible | |
parent | a9c6bc2467f3a5a3f3335836e05988668894363c (diff) | |
download | uxp-807ea33ec3c65b993dd0cc331bacad29cf4e7daf.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 73d3646417..3545ce6c17 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. |