Explorar el Código

Remove unused error

Blallo hace 3 años
padre
commit
49a211d3d8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      imaputils/connection.go

+ 0 - 1
imaputils/connection.go

@@ -10,7 +10,6 @@ import (
 	"github.com/emersion/go-imap/client"
 )
 
-var ErrMissingConfig = errors.New("missing configuration stanza")
 var ErrUnencrypted = errors.New("the connection is unencrypted")
 
 type IMAPConnection struct {