diff options
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r-- | src/mongo/db/commands.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h index d60e47a17ea..d0f4d2bba25 100644 --- a/src/mongo/db/commands.h +++ b/src/mongo/db/commands.h @@ -129,16 +129,6 @@ public: BSONObjBuilder& result) = 0; /** - * Translation point between the new request/response types and the legacy types. - * - * Then we won't need to mutate the command object. At that point we can also make - * this method virtual so commands can override it directly. - */ - bool run(OperationContext* opCtx, - const rpc::RequestInterface& request, - rpc::ReplyBuilderInterface* replyBuilder); - - /** * supportsWriteConcern returns true if this command should be parsed for a writeConcern * field and wait for that write concern to be satisfied after the command runs. * |