3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

remove unused member ChannelRegistry.channels

This commit is contained in:
Shivaram Lingamneni 2017-12-11 21:05:26 -05:00
parent 7edd9032d3
commit 4b1aa2b952

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 {