From de91bafda0b4b5b7886f2c43c454b63a58ed90bc Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Wed, 17 May 2017 18:16:46 -0400 Subject: SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dispatch --- src/mongo/db/commands.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mongo/db/commands.h') 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); -- cgit v1.2.1