summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rename_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/rename_collection.h')
-rw-r--r--src/mongo/db/commands/rename_collection.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/commands/rename_collection.h b/src/mongo/db/commands/rename_collection.h
index 8ec1f7cc9b8..f8651bccd4c 100644
--- a/src/mongo/db/commands/rename_collection.h
+++ b/src/mongo/db/commands/rename_collection.h
@@ -37,12 +37,10 @@
namespace mongo {
class ClientBasic;
- class OperationContext;
namespace rename_collection {
- Status checkAuthForRenameCollectionCommand(OperationContext* txn,
- ClientBasic* client,
+ Status checkAuthForRenameCollectionCommand(ClientBasic* client,
const std::string& dbname,
const BSONObj& cmdObj);