summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/cache_util_posix.cc')
-rw-r--r--net/disk_cache/cache_util_posix.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/disk_cache/cache_util_posix.cc b/net/disk_cache/cache_util_posix.cc
index 24ef4d5..cd8fdea 100644
--- a/net/disk_cache/cache_util_posix.cc
+++ b/net/disk_cache/cache_util_posix.cc
@@ -34,10 +34,4 @@ bool DeleteCacheFile(const std::wstring& name) {
return file_util::Delete(name, false);
}
-void WaitForPendingIO(int* num_pending_io) {
- if (*num_pending_io) {
- NOTIMPLEMENTED();
- }
-}
-
} // namespace disk_cache