summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/clone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/clone.cpp')
-rw-r--r--src/mongo/db/commands/clone.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/clone.cpp b/src/mongo/db/commands/clone.cpp
index b5632dd44d7..499b8827a76 100644
--- a/src/mongo/db/commands/clone.cpp
+++ b/src/mongo/db/commands/clone.cpp
@@ -59,9 +59,6 @@ public:
return false;
}
- virtual bool isWriteCommandForConfigServer() const {
- return true;
- }
virtual void help(stringstream& help) const {
help << "clone this database from an instance of the db on another host\n";