aboutsummaryrefslogtreecommitdiff
path: root/devel/electron21/files/patch-base_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron21/files/patch-base_cpu.h')
-rw-r--r--devel/electron21/files/patch-base_cpu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron21/files/patch-base_cpu.h b/devel/electron21/files/patch-base_cpu.h
deleted file mode 100644
index 68c6722e4905..000000000000
--- a/devel/electron21/files/patch-base_cpu.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/cpu.h.orig 2022-02-28 16:54:41 UTC
-+++ base/cpu.h
-@@ -108,7 +108,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,