summaryrefslogtreecommitdiff
path: root/databases/mongodb/files/clang-patch-src_third_party_s2_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb/files/clang-patch-src_third_party_s2_hash.h')
-rw-r--r--databases/mongodb/files/clang-patch-src_third_party_s2_hash.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/mongodb/files/clang-patch-src_third_party_s2_hash.h b/databases/mongodb/files/clang-patch-src_third_party_s2_hash.h
deleted file mode 100644
index b18a9090de9c..000000000000
--- a/databases/mongodb/files/clang-patch-src_third_party_s2_hash.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/third_party/s2/hash_orig.h 2013-09-15 13:43:35.601932885 +0000
-+++ src/third_party/s2/hash.h 2013-09-15 13:43:49.767929768 +0000
-@@ -8,8 +8,8 @@
- #define hash_set mongo::unordered_set
-
- #if defined OS_LINUX || defined OS_MACOSX || defined __sunos__ || defined __freebsd__
--#define HASH_NAMESPACE_START namespace std { namespace tr1 {
--#define HASH_NAMESPACE_END }}
-+#define HASH_NAMESPACE_START namespace std {
-+#define HASH_NAMESPACE_END }
- #elif defined OS_WINDOWS
- #define HASH_NAMESPACE_START namespace std {
- #define HASH_NAMESPACE_END }