summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_netstat_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_netstat_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_netstat_cmd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/s/commands/cluster_netstat_cmd.cpp b/src/mongo/s/commands/cluster_netstat_cmd.cpp
index e7a10b0ea49..6e19901c336 100644
--- a/src/mongo/s/commands/cluster_netstat_cmd.cpp
+++ b/src/mongo/s/commands/cluster_netstat_cmd.cpp
@@ -48,9 +48,6 @@ public:
return true;
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual void help(std::stringstream& help) const {
help << " shows status/reachability of servers in the cluster";