summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/copydb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/copydb.cpp')
-rw-r--r--src/mongo/db/commands/copydb.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/copydb.cpp b/src/mongo/db/commands/copydb.cpp
index c53dd86f8f9..75d5aa4e6dd 100644
--- a/src/mongo/db/commands/copydb.cpp
+++ b/src/mongo/db/commands/copydb.cpp
@@ -98,9 +98,6 @@ public:
return false;
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual Status checkAuthForCommand(ClientBasic* client,
const std::string& dbname,