summaryrefslogtreecommitdiff
path: root/startupcache/StartupCache.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-01 14:48:34 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-02 14:49:45 +0200
commit534de5cc5b76f3f8556b8a5c318cde7a5bb93c3d (patch)
tree1d0cebb83ce88607d10f7543e9defeeb715d1ccc /startupcache/StartupCache.cpp
parent023a71c6f2007eb08116ce539920f7cd11d52d8d (diff)
downloaduxp-534de5cc5b76f3f8556b8a5c318cde7a5bb93c3d.tar.gz
Issue #21 - Remove remaining telemetry structs, callers and flags.
Diffstat (limited to 'startupcache/StartupCache.cpp')
-rw-r--r--startupcache/StartupCache.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/startupcache/StartupCache.cpp b/startupcache/StartupCache.cpp
index 9b99e6ac42..4eec8daedb 100644
--- a/startupcache/StartupCache.cpp
+++ b/startupcache/StartupCache.cpp
@@ -596,13 +596,6 @@ StartupCache::ResetStartupWriteTimer()
return NS_OK;
}
-nsresult
-StartupCache::RecordAgesAlways()
-{
- gPostFlushAgeAction = RECORD_AGE;
- return NS_OK;
-}
-
// StartupCacheDebugOutputStream implementation
#ifdef DEBUG
NS_IMPL_ISUPPORTS(StartupCacheDebugOutputStream, nsIObjectOutputStream,
@@ -798,11 +791,5 @@ StartupCacheWrapper::GetObserver(nsIObserver** obv) {
return NS_OK;
}
-nsresult
-StartupCacheWrapper::RecordAgesAlways() {
- StartupCache *sc = StartupCache::GetSingleton();
- return sc ? sc->RecordAgesAlways() : NS_ERROR_NOT_INITIALIZED;
-}
-
} // namespace scache
} // namespace mozilla