mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-25 13:29:27 +01:00
remove unused member ChannelRegistry.channels
This commit is contained in:
parent
7edd9032d3
commit
4b1aa2b952
@ -75,7 +75,6 @@ type ChannelRegistry struct {
|
||||
// that with all the other modules, so let's not.
|
||||
sync.Mutex // tier 2
|
||||
server *Server
|
||||
channels map[string]*RegisteredChannel
|
||||
}
|
||||
|
||||
func NewChannelRegistry(server *Server) *ChannelRegistry {
|
||||
|
Loading…
Reference in New Issue
Block a user