Skip to content

Commit b612950

Browse files
Daniel Hatcherevergreen
authored andcommitted
SERVER-44035 Remove dupe field name
1 parent c2af35b commit b612950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo/db/catalog/index_key_validate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ namespace {
7171
MONGO_FAIL_POINT_DEFINE(skipIndexCreateFieldNameValidation);
7272

7373
static std::set<StringData> allowedFieldNames = {
74-
IndexDescriptor::k2dIndexMaxFieldName,
7574
IndexDescriptor::k2dIndexBitsFieldName,
7675
IndexDescriptor::k2dIndexMaxFieldName,
7776
IndexDescriptor::k2dIndexMinFieldName,

0 commit comments

Comments
 (0)