diff options
Diffstat (limited to 'net/disk_cache/cache_util.h')
-rw-r--r-- | net/disk_cache/cache_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index 0977472..9df9b38 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -15,10 +15,6 @@ namespace disk_cache { // (in bytes), or -1 on failure. int64 GetFreeDiskSpace(const std::wstring& path); -// Returns the total physical memory on the system (in bytes), -// or -1 on failure. -int64 GetSystemMemory(); - // Moves the cache files from the given path to another location. // Returns true if successful, false otherwise. bool MoveCache(const std::wstring& from_path, const std::wstring& to_path); |