summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_cpu.h')
-rw-r--r--www/chromium/files/patch-base_cpu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_cpu.h b/www/chromium/files/patch-base_cpu.h
deleted file mode 100644
index 824dfe3e0dc1..000000000000
--- a/www/chromium/files/patch-base_cpu.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/cpu.h.orig 2022-11-30 08:12:58 UTC
-+++ base/cpu.h
-@@ -115,7 +115,7 @@ class BASE_EXPORT CPU final {
- const std::string& cpu_brand() const { return cpu_brand_; }
-
- #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \
-- BUILDFLAG(IS_AIX)
-+ BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
- enum class CoreType {
- kUnknown = 0,
- kOther,