Remove unused members.

This commit is contained in:
Joachim Bauch 2020-07-31 15:00:39 +02:00
parent 3f4693dca4
commit 67c5bebdcb
Failed to extract signature
2 changed files with 0 additions and 2 deletions

View file

@ -100,7 +100,6 @@ type Hub struct {
upgrader websocket.Upgrader
cookie *securecookie.SecureCookie
info *HelloServerMessageServer
version string
stopped int32
stopChan chan bool

View file

@ -53,7 +53,6 @@ type Room struct {
backend *Backend
properties *json.RawMessage
roomType int
closeChan chan bool
mu *sync.RWMutex