summaryrefslogtreecommitdiffstats
path: root/base/file_util_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_util_mac.mm')
-rw-r--r--base/file_util_mac.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/file_util_mac.mm b/base/file_util_mac.mm
index 0cf63d2..f7f5632 100644
--- a/base/file_util_mac.mm
+++ b/base/file_util_mac.mm
@@ -28,10 +28,4 @@ bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
to_path.value().c_str(), NULL, COPYFILE_ALL) == 0);
}
-bool EvictFileFromSystemCache(const FilePath path) {
- // TODO(port): Implement.
- NOTIMPLEMENTED();
- return false;
-}
-
} // namespace