summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.h
diff options
context:
space:
mode:
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";
}