Kaynağa Gözat

remove unused member ChannelRegistry.channels

tags/v0.11.0-alpha
Shivaram Lingamneni 6 yıl önce
ebeveyn
işleme
4b1aa2b952
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0
    1
      irc/channelreg.go

+ 0
- 1
irc/channelreg.go Dosyayı Görüntüle

@@ -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…
İptal
Kaydet