Procházet zdrojové kódy

remove unused member ChannelRegistry.channels

tags/v0.11.0-alpha
Shivaram Lingamneni před 6 roky
rodič
revize
4b1aa2b952
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      irc/channelreg.go

+ 0
- 1
irc/channelreg.go Zobrazit soubor

@@ -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 {

Načítá se…
Zrušit
Uložit