summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.cpp
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2017-06-27 15:03:43 -0400
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2017-06-27 15:03:43 -0400
commitbeaeaa196e8b1d3e36dfccd55cfded8ddf95a205 (patch)
treecd96ebd38a956f8817c57e752c27969b8a3e54a5 /src/mongo/bson/bsonelement.cpp
parent1871da3e8a38e7ac384c7bc0280017852f53d487 (diff)
downloadmongo-beaeaa196e8b1d3e36dfccd55cfded8ddf95a205.tar.gz
Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems MatchExpressions"
This reverts commit a92eb118cc8500a9c4286e8ef28cb26ea3f4e238.
Diffstat (limited to 'src/mongo/bson/bsonelement.cpp')
-rw-r--r--src/mongo/bson/bsonelement.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/bson/bsonelement.cpp b/src/mongo/bson/bsonelement.cpp
index 454a938a17f..679367f1c18 100644
--- a/src/mongo/bson/bsonelement.cpp
+++ b/src/mongo/bson/bsonelement.cpp
@@ -334,8 +334,6 @@ const StringMap<BSONObj::MatchType> queryOperatorMap{
{"bitsAllClear", BSONObj::opBITS_ALL_CLEAR},
{"bitsAnySet", BSONObj::opBITS_ANY_SET},
{"bitsAnyClear", BSONObj::opBITS_ANY_CLEAR},
- {"_internalSchemaMinItems", BSONObj::opINTERNAL_SCHEMA_MIN_ITEMS},
- {"_internalSchemaMaxItems", BSONObj::opINTERNAL_SCHEMA_MAX_ITEMS},
};
// Compares two string elements using a simple binary compare.