summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.h
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2016-03-15 14:45:23 -0400
committerMisha Tyulenev <misha@mongodb.com>2016-03-15 14:47:13 -0400
commit6f684e82c6d0aa1d1cef98f48dcae41010666a9a (patch)
treeefd384590f253241bb577b3ff8c76d0834054bea /src/mongo/db/commands/authentication_commands.h
parent652e3577be3d157cec039d0b017cf7e2d6e2c7c6 (diff)
downloadmongo-6f684e82c6d0aa1d1cef98f48dcae41010666a9a.tar.gz
SERVER-23024 remove isWriteCommandForConfigServer method
Diffstat (limited to 'src/mongo/db/commands/authentication_commands.h')
-rw-r--r--src/mongo/db/commands/authentication_commands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/authentication_commands.h b/src/mongo/db/commands/authentication_commands.h
index 0831a62ac82..d11ae5bc536 100644
--- a/src/mongo/db/commands/authentication_commands.h
+++ b/src/mongo/db/commands/authentication_commands.h
@@ -43,9 +43,6 @@ public:
virtual bool slaveOk() const {
return true;
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual void help(std::stringstream& ss) const {
ss << "internal";
}