Remove unnecessary lastDownstreamID initialization

This commit is contained in:
Simon Ser 2022-04-04 09:59:16 +02:00
parent 846c99dedc
commit 5de2a7ec12

View file

@ -330,7 +330,7 @@ func (s *Server) addUserLocked(user *User) *user {
return u
}
var lastDownstreamID uint64 = 0
var lastDownstreamID uint64
func (s *Server) handle(ic ircConn) {
defer func() {