summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_compiler__specific.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_compiler__specific.h')
-rw-r--r--www/chromium/files/patch-base_compiler__specific.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_compiler__specific.h b/www/chromium/files/patch-base_compiler__specific.h
deleted file mode 100644
index 5424b9804aa7..000000000000
--- a/www/chromium/files/patch-base_compiler__specific.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/compiler_specific.h.orig 2022-02-28 16:54:41 UTC
-+++ base/compiler_specific.h
-@@ -359,7 +359,7 @@ inline constexpr bool AnalyzerAssumeTrue(bool arg) {
- #endif // defined(__clang_analyzer__)
-
- // Use nomerge attribute to disable optimization of merging multiple same calls.
--#if defined(__clang__) && __has_attribute(nomerge)
-+#if defined(__clang__) && __has_attribute(nomerge) && !defined(OS_FREEBSD)
- #define NOMERGE [[clang::nomerge]]
- #else
- #define NOMERGE