| Index: base/file_util_mac.mm
|
| diff --git a/base/file_util_mac.mm b/base/file_util_mac.mm
|
| index 0cf63d2e0620e54f7e501af9e558efee8bc3efe3..f7f5632cf430c8a2e22ceebfc14a9b7df68d2a97 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
|
|
|