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

@@ -25,8 +25,7 @@ type packetHandler interface {
type server struct {
config *Config
conn net.PacketConn
connMutex sync.Mutex
conn net.PacketConn
certChain crypto.CertChain
scfg *handshake.ServerConfig