summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/cache_util_win.cc')
-rw-r--r--net/disk_cache/cache_util_win.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/disk_cache/cache_util_win.cc b/net/disk_cache/cache_util_win.cc
index 46bffe8..182e818 100644
--- a/net/disk_cache/cache_util_win.cc
+++ b/net/disk_cache/cache_util_win.cc
@@ -65,8 +65,4 @@ void DeleteCache(const std::wstring& path, bool remove_folder) {
DeleteCache(FilePath::FromWStringHack(path), remove_folder);
}
-bool DeleteCacheFile(const std::wstring& name) {
- return DeleteCacheFile(FilePath::FromWStringHack(name));
-}
-
} // namespace disk_cache