diff options
Diffstat (limited to 'devel/electron33/files/patch-base_test_test__file__util__posix.cc')
-rw-r--r-- | devel/electron33/files/patch-base_test_test__file__util__posix.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-base_test_test__file__util__posix.cc b/devel/electron33/files/patch-base_test_test__file__util__posix.cc deleted file mode 100644 index c276024ce5f5..000000000000 --- a/devel/electron33/files/patch-base_test_test__file__util__posix.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- base/test/test_file_util_posix.cc.orig 2024-06-18 21:43:18 UTC -+++ base/test/test_file_util_posix.cc -@@ -91,7 +91,7 @@ void SyncPageCacheToDisk() { - } - - #if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \ -- !BUILDFLAG(IS_ANDROID) -+ !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD) - bool EvictFileFromSystemCache(const FilePath& file) { - // There doesn't seem to be a POSIX way to cool the disk cache. - NOTIMPLEMENTED(); |