summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/dbhash.h')
-rw-r--r--src/mongo/db/commands/dbhash.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/dbhash.h b/src/mongo/db/commands/dbhash.h
index 8fc964b6b12..d496832f15a 100644
--- a/src/mongo/db/commands/dbhash.h
+++ b/src/mongo/db/commands/dbhash.h
@@ -46,9 +46,6 @@ public:
virtual bool slaveOk() const {
return true;
}
- virtual bool isWriteCommandForConfigServer() const {
- return false;
- }
virtual void addRequiredPrivileges(const std::string& dbname,
const BSONObj& cmdObj,
std::vector<Privilege>* out);