remove unused member ChannelRegistry.channels

This commit is contained in:
Shivaram Lingamneni 2017-12-11 21:05:26 -05:00
parent 7edd9032d3
commit 4b1aa2b952
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ type ChannelRegistry struct {
// that with all the other modules, so let's not. // that with all the other modules, so let's not.
sync.Mutex // tier 2 sync.Mutex // tier 2
server *Server server *Server
channels map[string]*RegisteredChannel
} }
func NewChannelRegistry(server *Server) *ChannelRegistry { func NewChannelRegistry(server *Server) *ChannelRegistry {