summaryrefslogtreecommitdiff
path: root/src/mongo/executor
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2020-04-21 00:38:10 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-02 02:12:49 +0000
commitf002800003e9ddf21d8511a0835be0526bc9b614 (patch)
tree1ea5a2f57f0715b1c6dda7bf9916cc19d0e210d8 /src/mongo/executor
parent4d8bc5a24d08a7db945a000d569557fc1f04d539 (diff)
downloadmongo-f002800003e9ddf21d8511a0835be0526bc9b614.tar.gz
SERVER-41068 remove map_util.h
Diffstat (limited to 'src/mongo/executor')
-rw-r--r--src/mongo/executor/connection_pool_stats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool_stats.cpp b/src/mongo/executor/connection_pool_stats.cpp
index 31da4d38f96..c11aff401da 100644
--- a/src/mongo/executor/connection_pool_stats.cpp
+++ b/src/mongo/executor/connection_pool_stats.cpp
@@ -32,7 +32,6 @@
#include "mongo/executor/connection_pool_stats.h"
#include "mongo/bson/bsonobjbuilder.h"
-#include "mongo/util/map_util.h"
namespace mongo {
namespace executor {