summaryrefslogtreecommitdiff
path: root/accessible
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-04 09:41:24 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-04 09:41:24 +0200
commit807ea33ec3c65b993dd0cc331bacad29cf4e7daf (patch)
tree8809b848f23acede820937356df6083a3f57685c /accessible
parenta9c6bc2467f3a5a3f3335836e05988668894363c (diff)
downloaduxp-807ea33ec3c65b993dd0cc331bacad29cf4e7daf.tar.gz
Remove all C++ telemetry autotimers
Diffstat (limited to 'accessible')
-rw-r--r--accessible/base/NotificationController.cpp1
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.