diff options
author | Mathias Stearn <mathias@10gen.com> | 2017-05-17 18:16:46 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2017-05-30 12:57:53 -0400 |
commit | de91bafda0b4b5b7886f2c43c454b63a58ed90bc (patch) | |
tree | f3abcc0cd456037f64bb62782a0f1367316383a1 /src/mongo/db/commands.h | |
parent | 7a5e180130dd464a9d74bef1442e3a767f9dfbdc (diff) | |
download | mongo-de91bafda0b4b5b7886f2c43c454b63a58ed90bc.tar.gz |
SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dispatch
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r-- | src/mongo/db/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h index 94c2f5d1a06..7ff19aa0d30 100644 --- a/src/mongo/db/commands.h +++ b/src/mongo/db/commands.h @@ -44,7 +44,6 @@ #include "mongo/db/query/explain.h" #include "mongo/db/write_concern.h" #include "mongo/rpc/reply_builder_interface.h" -#include "mongo/rpc/request_interface.h" #include "mongo/stdx/functional.h" #include "mongo/util/string_map.h" @@ -447,7 +446,6 @@ public: * the passed ReplyBuilder will be in kOutputDocs after calling this method. */ static void generateHelpResponse(OperationContext* opCtx, - const rpc::RequestInterface& request, rpc::ReplyBuilderInterface* replyBuilder, const Command& command); |