aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-components_system__cpu_cpu__probe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-components_system__cpu_cpu__probe.cc')
-rw-r--r--devel/electron33/files/patch-components_system__cpu_cpu__probe.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/electron33/files/patch-components_system__cpu_cpu__probe.cc b/devel/electron33/files/patch-components_system__cpu_cpu__probe.cc
deleted file mode 100644
index c942af31f03e..000000000000
--- a/devel/electron33/files/patch-components_system__cpu_cpu__probe.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- components/system_cpu/cpu_probe.cc.orig 2024-02-21 00:20:43 UTC
-+++ components/system_cpu/cpu_probe.cc
-@@ -30,6 +30,9 @@ std::unique_ptr<CpuProbe> CpuProbe::Create() {
- return CpuProbeWin::Create();
- #elif BUILDFLAG(IS_MAC)
- return CpuProbeMac::Create();
-+#elif BUILDFLAG(IS_BSD)
-+ NOTIMPLEMENTED();
-+ return nullptr;
- #else
- return nullptr;
- #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)