summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbdirectclient.cpp')
-rw-r--r--src/mongo/db/dbdirectclient.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/dbdirectclient.cpp b/src/mongo/db/dbdirectclient.cpp
index 763b6e3dde2..06c06991722 100644
--- a/src/mongo/db/dbdirectclient.cpp
+++ b/src/mongo/db/dbdirectclient.cpp
@@ -126,9 +126,6 @@ bool DBDirectClient::call(Message& toSend, Message& response, bool assertOk, str
CurOp curOp(_txn);
assembleResponse(_txn, toSend, dbResponse, dummyHost);
verify(!dbResponse.response.empty());
-
- // can get rid of this if we make response handling smarter
- dbResponse.response.concat();
response = std::move(dbResponse.response);
return true;