aboutsummaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/mgo.v2/saslstub.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/mgo.v2/saslstub.go')
-rw-r--r--vendor/gopkg.in/mgo.v2/saslstub.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/gopkg.in/mgo.v2/saslstub.go b/vendor/gopkg.in/mgo.v2/saslstub.go
deleted file mode 100644
index 6e9e309..0000000
--- a/vendor/gopkg.in/mgo.v2/saslstub.go
+++ /dev/null
@@ -1,11 +0,0 @@
-//+build !sasl
-
-package mgo
-
-import (
- "fmt"
-)
-
-func saslNew(cred Credential, host string) (saslStepper, error) {
- return nil, fmt.Errorf("SASL support not enabled during build (-tags sasl)")
-}