summaryrefslogtreecommitdiff
path: root/net-p2p/clboss/files/patch-Util_Compiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/clboss/files/patch-Util_Compiler.hpp')
-rw-r--r--net-p2p/clboss/files/patch-Util_Compiler.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/clboss/files/patch-Util_Compiler.hpp b/net-p2p/clboss/files/patch-Util_Compiler.hpp
deleted file mode 100644
index 85e99d369ba9..000000000000
--- a/net-p2p/clboss/files/patch-Util_Compiler.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Util/Compiler.hpp.orig 2024-02-12 08:08:33 UTC
-+++ Util/Compiler.hpp
-@@ -1,7 +1,7 @@
- #ifndef COMPILER_H_
- #define COMPILER_H_
-
--#ifdef __GNUC__
-+#if defined(__GNUC__) && !defined(__clang__)
- #include <features.h>
- // We need a GCC patch here due the following bug
- // <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107134>