Remove several unused fields and symbols

Detected with `unused -exports=true ./...`
This commit is contained in:
Lucas Clemente
2017-04-05 21:46:33 +01:00
parent fb5cccf799
commit e2a0d9f77c
9 changed files with 1 additions and 46 deletions

View File

@@ -30,8 +30,6 @@ type client struct {
session packetHandler
}
var errHostname = errors.New("Invalid hostname")
var (
errCloseSessionForNewVersion = errors.New("closing session in order to recreate it with a new version")
)