summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/topology_options_1_9.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/topology_options_1_9.go')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/topology_options_1_9.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/topology_options_1_9.go b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/topology_options_1_9.go
deleted file mode 100644
index b3ad273f5d2..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/topology_options_1_9.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build !go1.10
-
-package topology
-
-import (
- "crypto/x509"
-)
-
-// We don't support version less then 1.10, but Evergreen needs to be able to compile the driver
-// using version 1.8.
-func x509CertSubject(cert *x509.Certificate) string {
- return ""
-}