summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_index_d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/auth_index_d.h')
-rw-r--r--src/mongo/db/auth/auth_index_d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_index_d.h b/src/mongo/db/auth/auth_index_d.h
index 964eec9fbb0..3d3cf711e40 100644
--- a/src/mongo/db/auth/auth_index_d.h
+++ b/src/mongo/db/auth/auth_index_d.h
@@ -50,7 +50,7 @@ namespace authindex {
* It is appropriate to call this function on new or existing databases, though it is
* primarily intended for use on existing databases.
*/
- void configureSystemIndexes(OperationContext* txn, const StringData& dbname);
+ void configureSystemIndexes(const StringData& dbname);
} // namespace authindex
} // namespace mongo