diff options
Diffstat (limited to 'netwerk/cache2/CacheObserver.h')
-rw-r--r-- | netwerk/cache2/CacheObserver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/netwerk/cache2/CacheObserver.h b/netwerk/cache2/CacheObserver.h index 62e5bbc6e..ee989e4d8 100644 --- a/netwerk/cache2/CacheObserver.h +++ b/netwerk/cache2/CacheObserver.h @@ -64,9 +64,6 @@ class CacheObserver : public nsIObserver static bool CacheFSReported() { return sCacheFSReported; } static void SetCacheFSReported(); - static bool HashStatsReported() - { return sHashStatsReported; } - static void SetHashStatsReported(); static void ParentDirOverride(nsIFile ** aDir); static bool EntryIsTooBig(int64_t aSize, bool aUsingDisk); @@ -83,7 +80,6 @@ private: void StoreDiskCacheCapacity(); void StoreCacheFSReported(); - void StoreHashStatsReported(); void AttachToPreferences(); static uint32_t sUseNewCache; @@ -107,7 +103,6 @@ private: static bool sSanitizeOnShutdown; static bool sClearCacheOnShutdown; static bool sCacheFSReported; - static bool sHashStatsReported; static Atomic<uint32_t, Relaxed> sMaxShutdownIOLag; static Atomic<PRIntervalTime> sShutdownDemandedTime; |