Explorar el Código

remove unused member ChannelRegistry.channels

tags/v0.11.0-alpha
Shivaram Lingamneni hace 6 años
padre
commit
4b1aa2b952
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      irc/channelreg.go

+ 0
- 1
irc/channelreg.go Ver fichero

@@ -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…
Cancelar
Guardar