summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_indexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/drop_indexes.h')
-rw-r--r--src/mongo/db/catalog/drop_indexes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/drop_indexes.h b/src/mongo/db/catalog/drop_indexes.h
index 931fa348019..67f4b5a64c2 100644
--- a/src/mongo/db/catalog/drop_indexes.h
+++ b/src/mongo/db/catalog/drop_indexes.h
@@ -38,7 +38,7 @@ class OperationContext;
* Drops the index from collection "ns" that matches the "idxDescriptor" and populates
* "result" with some statistics about the dropped index.
*/
-Status dropIndexes(OperationContext* txn,
+Status dropIndexes(OperationContext* opCtx,
const NamespaceString& ns,
const BSONObj& idxDescriptor,
BSONObjBuilder* result);