summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
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/getmore_cmd.cpp
parent652e3577be3d157cec039d0b017cf7e2d6e2c7c6 (diff)
downloadmongo-6f684e82c6d0aa1d1cef98f48dcae41010666a9a.tar.gz
SERVER-23024 remove isWriteCommandForConfigServer method
Diffstat (limited to 'src/mongo/db/commands/getmore_cmd.cpp')
-rw-r--r--src/mongo/db/commands/getmore_cmd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/getmore_cmd.cpp b/src/mongo/db/commands/getmore_cmd.cpp
index 81b18386b8f..0d474ed100d 100644
--- a/src/mongo/db/commands/getmore_cmd.cpp
+++ b/src/mongo/db/commands/getmore_cmd.cpp
@@ -79,9 +79,6 @@ class GetMoreCmd : public Command {
public:
GetMoreCmd() : Command("getMore") {}
- bool isWriteCommandForConfigServer() const override {
- return false;
- }
bool slaveOk() const override {
return true;