summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/write_commands/write_commands.h')
-rw-r--r--src/mongo/db/commands/write_commands/write_commands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/write_commands/write_commands.h b/src/mongo/db/commands/write_commands/write_commands.h
index 8ea3d37411a..e8dfaaa9608 100644
--- a/src/mongo/db/commands/write_commands/write_commands.h
+++ b/src/mongo/db/commands/write_commands/write_commands.h
@@ -63,8 +63,6 @@ protected:
private:
virtual bool slaveOk() const;
- virtual bool isWriteCommandForConfigServer() const;
-
virtual Status checkAuthForCommand(ClientBasic* client,
const std::string& dbname,
const BSONObj& cmdObj);