Browse Source

remove unused member ChannelRegistry.channels

tags/v0.11.0-alpha
Shivaram Lingamneni 6 years ago
parent
commit
4b1aa2b952
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      irc/channelreg.go

+ 0
- 1
irc/channelreg.go View File

@@ -75,7 +75,6 @@ type ChannelRegistry struct {
75 75
 	// that with all the other modules, so let's not.
76 76
 	sync.Mutex // tier 2
77 77
 	server     *Server
78
-	channels   map[string]*RegisteredChannel
79 78
 }
80 79
 
81 80
 func NewChannelRegistry(server *Server) *ChannelRegistry {

Loading…
Cancel
Save