diff options
Diffstat (limited to 'startupcache/StartupCache.cpp')
-rw-r--r-- | startupcache/StartupCache.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/startupcache/StartupCache.cpp b/startupcache/StartupCache.cpp index 9b99e6ac4..4eec8daed 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 |