diff options
Diffstat (limited to 'devel/electron33/files/patch-base_profiler_stack__sampling__profiler__unittest.cc')
-rw-r--r-- | devel/electron33/files/patch-base_profiler_stack__sampling__profiler__unittest.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-base_profiler_stack__sampling__profiler__unittest.cc b/devel/electron33/files/patch-base_profiler_stack__sampling__profiler__unittest.cc deleted file mode 100644 index 2d820885ea2c..000000000000 --- a/devel/electron33/files/patch-base_profiler_stack__sampling__profiler__unittest.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- base/profiler/stack_sampling_profiler_unittest.cc.orig 2024-08-14 20:54:23 UTC -+++ base/profiler/stack_sampling_profiler_unittest.cc -@@ -45,7 +45,7 @@ - - #include <intrin.h> - #include <malloc.h> --#else -+#elif !BUILDFLAG(IS_BSD) - #include <alloca.h> - #endif - |