summaryrefslogtreecommitdiffstats
path: root/netwerk/cache2/CacheIOThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/cache2/CacheIOThread.cpp')
-rw-r--r--netwerk/cache2/CacheIOThread.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/netwerk/cache2/CacheIOThread.cpp b/netwerk/cache2/CacheIOThread.cpp
index b96f03216..d51f61b0f 100644
--- a/netwerk/cache2/CacheIOThread.cpp
+++ b/netwerk/cache2/CacheIOThread.cpp
@@ -62,8 +62,6 @@ void CacheIOTelemetry::Report(uint32_t aLevel, CacheIOTelemetry::size_type aLeng
// 10 is number of buckets we have in each probe
aLength = std::min<size_type>(aLength, 10);
-
- Telemetry::Accumulate(telemetryID[aLevel], aLength - 1); // counted from 0
}
} // anon