summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/repl_set_command.h')
-rw-r--r--src/mongo/db/repl/repl_set_command.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/repl/repl_set_command.h b/src/mongo/db/repl/repl_set_command.h
index 0b8c74c44b8..61e2b9b07f3 100644
--- a/src/mongo/db/repl/repl_set_command.h
+++ b/src/mongo/db/repl/repl_set_command.h
@@ -55,9 +55,6 @@ protected:
return true;
}
- bool isWriteCommandForConfigServer() const override {
- return false;
- }
Status checkAuthForCommand(ClientBasic* client,
const std::string& dbname,