summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientinterface.h
diff options
context:
space:
mode:
authorsamantharitter <samantha.ritter@10gen.com>2016-09-13 17:19:22 -0400
committersamantharitter <samantha.ritter@10gen.com>2016-09-13 17:19:22 -0400
commit15a614f37f91736e01580893d47c39cc7df9aa1c (patch)
treee7d8f714a7d30137383269bb4f079434feae0918 /src/mongo/client/dbclientinterface.h
parentd222cf41518a58abc631fa6a046aadf9055bf93e (diff)
downloadmongo-15a614f37f91736e01580893d47c39cc7df9aa1c.tar.gz
Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"
This reverts commit 7c3878adaf73736c33c7f65b718d8b5705c36142.
Diffstat (limited to 'src/mongo/client/dbclientinterface.h')
-rw-r--r--src/mongo/client/dbclientinterface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/client/dbclientinterface.h b/src/mongo/client/dbclientinterface.h
index cae03e8bf08..62e09660524 100644
--- a/src/mongo/client/dbclientinterface.h
+++ b/src/mongo/client/dbclientinterface.h
@@ -33,7 +33,6 @@
#include "mongo/base/string_data.h"
#include "mongo/client/connection_string.h"
#include "mongo/client/index_spec.h"
-#include "mongo/client/mongo_uri.h"
#include "mongo/client/query.h"
#include "mongo/client/read_preference.h"
#include "mongo/db/jsobj.h"
@@ -980,7 +979,6 @@ public:
*/
DBClientConnection(bool _autoReconnect = false,
double so_timeout = 0,
- MongoURI uri = {},
const HandshakeValidationHook& hook = HandshakeValidationHook());
virtual ~DBClientConnection() {
@@ -1190,8 +1188,6 @@ private:
HandshakeValidationHook _hook;
MessageCompressorManager _compressorManager;
-
- MongoURI _uri;
};
BSONElement getErrField(const BSONObj& result);