summaryrefslogtreecommitdiff
path: root/databases/mdbx/files/patch-mdbx.h++
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mdbx/files/patch-mdbx.h++')
-rw-r--r--databases/mdbx/files/patch-mdbx.h++11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mdbx/files/patch-mdbx.h++ b/databases/mdbx/files/patch-mdbx.h++
deleted file mode 100644
index 51538c655c60..000000000000
--- a/databases/mdbx/files/patch-mdbx.h++
+++ /dev/null
@@ -1,11 +0,0 @@
---- mdbx.h++.orig 2022-08-02 10:17:33 UTC
-+++ mdbx.h++
-@@ -23,6 +23,8 @@
-
- #pragma once
-
-+#define _LIBCPP_NO_EXPERIMENTAL_DEPRECATION_WARNING_FILESYSTEM
-+
- /* Workaround for modern libstdc++ with CLANG < 4.x */
- #if defined(__SIZEOF_INT128__) && !defined(__GLIBCXX_TYPE_INT_N_0) && \
- defined(__clang__) && __clang_major__ < 4