net-libs/davix: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2025-02-09 09:56:02 +01:00
committed by Conrad Kostecki
parent a99db4ee45
commit 44b1dd9aad

View File

@@ -1,12 +0,0 @@
Fix bundled rapidjson build with GCC 14.
--- a/src/libs/rapidjson/document.h
+++ b/src/libs/rapidjson/document.h
@@ -316,8 +316,6 @@ struct GenericStringRef {
GenericStringRef(const GenericStringRef& rhs) : s(rhs.s), length(rhs.length) {}
- GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
-
//! implicit conversion to plain CharType pointer
operator const Ch *() const { return s; }