forked from External/ergo
remove unused member ChannelRegistry.channels
This commit is contained in:
parent
7edd9032d3
commit
4b1aa2b952
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue