summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_local.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2016-04-27 15:33:37 -0400
committerSpencer T Brody <spencer@mongodb.com>2016-05-02 18:45:07 -0400
commit070f32758b680425b0a6995b881fcb843a7db6cf (patch)
tree41798ea7c75ff3ea956627feefde77f2105371d0 /src/mongo/s/client/shard_local.h
parent7f8861fbb04b9188e793f762fe2cfc01266fcf30 (diff)
downloadmongo-070f32758b680425b0a6995b881fcb843a7db6cf.tar.gz
SERVER-23835 Remove metadata argument from Shard::runCommand
Diffstat (limited to 'src/mongo/s/client/shard_local.h')
-rw-r--r--src/mongo/s/client/shard_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/s/client/shard_local.h b/src/mongo/s/client/shard_local.h
index e725e8dfe13..a5e990a7927 100644
--- a/src/mongo/s/client/shard_local.h
+++ b/src/mongo/s/client/shard_local.h
@@ -60,8 +60,7 @@ private:
StatusWith<Shard::CommandResponse> _runCommand(OperationContext* txn,
const ReadPreferenceSetting& unused,
const std::string& dbName,
- const BSONObj& cmdObj,
- const BSONObj& metadata) final;
+ const BSONObj& cmdObj) final;
StatusWith<Shard::QueryResponse> _exhaustiveFindOnConfig(
OperationContext* txn,