aboutsummaryrefslogtreecommitdiff
path: root/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'auth.go')
-rw-r--r--auth.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth.go b/auth.go
index 5e4fd8b..734eaec 100644
--- a/auth.go
+++ b/auth.go
@@ -11,7 +11,6 @@ var authIface AuthBackend
var (
ErrAuthBackendExists = errors.New("auth backend already set")
- ErrBanNotSupported = errors.New("auth backend does not support bans")
ErrInvalidSRPHeader = errors.New("encoded password is not SRP")
ErrLastSrvNotSupported = errors.New("auth backend does not support server information")
)