mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 15:23:31 -07:00
remove unused member ChannelRegistry.channels
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user