diff --git a/src/mongo/db/namespace_details.cpp b/src/mongo/db/namespace_details.cpp index 9bf4022c0b..53fc046a03 100644 --- a/src/mongo/db/namespace_details.cpp +++ b/src/mongo/db/namespace_details.cpp @@ -342,7 +342,6 @@ namespace mongo { IndexedCollection(ns, options) { BSONObj info = extendedSystemUsersIndexInfo(ns); createIndex(info); - addIndexToCatalog(info); } SystemUsersCollection(const BSONObj &serialized) : IndexedCollection(serialized) {