Sfoglia il codice sorgente

remove unused member ChannelRegistry.channels

tags/v0.11.0-alpha
Shivaram Lingamneni 6 anni fa
parent
commit
4b1aa2b952
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      irc/channelreg.go

+ 0
- 1
irc/channelreg.go Vedi 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…
Annulla
Salva