summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/sasl_commands.cpp')
-rw-r--r--src/mongo/db/auth/sasl_commands.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/auth/sasl_commands.cpp b/src/mongo/db/auth/sasl_commands.cpp
index 85289515f95..d311f174b6b 100644
--- a/src/mongo/db/auth/sasl_commands.cpp
+++ b/src/mongo/db/auth/sasl_commands.cpp
@@ -76,7 +76,6 @@ public:
virtual bool run(OperationContext* opCtx,
const std::string& db,
BSONObj& cmdObj,
- int options,
std::string& ignored,
BSONObjBuilder& result);
@@ -104,7 +103,6 @@ public:
virtual bool run(OperationContext* opCtx,
const std::string& db,
BSONObj& cmdObj,
- int options,
std::string& ignored,
BSONObjBuilder& result);
@@ -273,7 +271,6 @@ void CmdSaslStart::redactForLogging(mutablebson::Document* cmdObj) {
bool CmdSaslStart::run(OperationContext* opCtx,
const std::string& db,
BSONObj& cmdObj,
- int options,
std::string& ignored,
BSONObjBuilder& result) {
Client* client = Client::getCurrent();
@@ -315,7 +312,6 @@ void CmdSaslContinue::help(std::stringstream& os) const {
bool CmdSaslContinue::run(OperationContext* opCtx,
const std::string& db,
BSONObj& cmdObj,
- int options,
std::string& ignored,
BSONObjBuilder& result) {
Client* client = Client::getCurrent();