summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/dist_lock_catalog_impl.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-07-18 15:41:00 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-07-19 07:43:00 -0400
commit9857da5ed789111834ec340ebf37dbbe2f03661f (patch)
tree8f854732b30281a6c4ee7450e22594837e3b710e /src/mongo/s/catalog/dist_lock_catalog_impl.cpp
parent0fd8a76d5033287db54a825024311bd597bbd404 (diff)
downloadmongo-9857da5ed789111834ec340ebf37dbbe2f03661f.tar.gz
SERVER-28752 Get rid of usages of Batched Insert/Update/Delete Request in sharding tests
Diffstat (limited to 'src/mongo/s/catalog/dist_lock_catalog_impl.cpp')
-rw-r--r--src/mongo/s/catalog/dist_lock_catalog_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/catalog/dist_lock_catalog_impl.cpp b/src/mongo/s/catalog/dist_lock_catalog_impl.cpp
index e8ba07ee207..4acb81f2497 100644
--- a/src/mongo/s/catalog/dist_lock_catalog_impl.cpp
+++ b/src/mongo/s/catalog/dist_lock_catalog_impl.cpp
@@ -49,7 +49,6 @@
#include "mongo/s/grid.h"
#include "mongo/s/write_ops/batched_command_request.h"
#include "mongo/s/write_ops/batched_command_response.h"
-#include "mongo/s/write_ops/batched_update_request.h"
#include "mongo/util/time_support.h"
namespace mongo {