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 182e818..aefce30 100644
--- a/net/disk_cache/cache_util_win.cc
+++ b/net/disk_cache/cache_util_win.cc
@@ -61,8 +61,4 @@ bool DeleteCacheFile(const FilePath& name) {
return DeleteFile(name.value().c_str()) ? true : false;
}
-void DeleteCache(const std::wstring& path, bool remove_folder) {
- DeleteCache(FilePath::FromWStringHack(path), remove_folder);
-}
-
} // namespace disk_cache