summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/d_state.cpp')
-rw-r--r--src/mongo/s/d_state.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mongo/s/d_state.cpp b/src/mongo/s/d_state.cpp
index af47f7027a1..9e1a413690a 100644
--- a/src/mongo/s/d_state.cpp
+++ b/src/mongo/s/d_state.cpp
@@ -65,9 +65,6 @@ public:
help << "internal";
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual bool adminOnly() const {
return true;
@@ -105,9 +102,6 @@ public:
help << " example: { getShardVersion : 'alleyinsider.foo' } ";
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual bool slaveOk() const {
return false;
@@ -188,9 +182,6 @@ class ShardingStateCmd : public Command {
public:
ShardingStateCmd() : Command("shardingState") {}
- virtual bool isWriteCommandForConfigServer() const {
- return true;
- }
virtual bool slaveOk() const {
return false;