summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_shard_collection_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_shard_collection_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_shard_collection_cmd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/s/commands/cluster_shard_collection_cmd.cpp b/src/mongo/s/commands/cluster_shard_collection_cmd.cpp
index 34a7eff7807..8bdae0a8f1c 100644
--- a/src/mongo/s/commands/cluster_shard_collection_cmd.cpp
+++ b/src/mongo/s/commands/cluster_shard_collection_cmd.cpp
@@ -76,9 +76,6 @@ public:
return true;
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual void help(std::stringstream& help) const {
help << "Shard a collection. Requires key. Optional unique."