diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2017-06-26 16:41:35 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2017-06-26 16:41:35 -0400 |
commit | f96a7014dc38fc6d28e3e997d13a818c271768e8 (patch) | |
tree | 3357ece5a4d6ba574d8c50f861f099232301925d /src/mongo/s/client | |
parent | e8157bfbed3e86ed24eaffa84038500425c2ee49 (diff) | |
download | mongo-f96a7014dc38fc6d28e3e997d13a818c271768e8.tar.gz |
Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"
This reverts commit e8157bfbed3e86ed24eaffa84038500425c2ee49.
Diffstat (limited to 'src/mongo/s/client')
-rw-r--r-- | src/mongo/s/client/shard_connection_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/client/shard_connection_test.cpp b/src/mongo/s/client/shard_connection_test.cpp index b2fb37be9c4..1074148f90e 100644 --- a/src/mongo/s/client/shard_connection_test.cpp +++ b/src/mongo/s/client/shard_connection_test.cpp @@ -25,8 +25,6 @@ * then also delete it in the license file. */ -#include "mongo/platform/basic.h" - #include <cstdint> #include <vector> |