aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h')
-rw-r--r--databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h b/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h
deleted file mode 100644
index 8c9bd317f648..000000000000
--- a/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mongo/platform/unordered_set.h.orig 2013-09-15 14:05:01.015524128 +0000
-+++ src/mongo/platform/unordered_set.h 2013-08-18 18:24:57.000000000 +0000
-@@ -48,7 +48,7 @@
-
- namespace mongo {
-
-- using std::tr1::unordered_set;
-+ using std::unordered_set;
-
- } // namespace mongo
-