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:
parent
7edd9032d3
commit
4b1aa2b952
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user