Explorar o código

Removed unreachable (and unneeded) code x3!

Bruce Marriner %!s(int64=9) %!d(string=hai) anos
pai
achega
6bb417af7a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      wsapi.go

+ 0 - 2
wsapi.go

@@ -161,8 +161,6 @@ func (s *Session) listen(wsConn *websocket.Conn, listening <-chan interface{}) {
 			go s.event(messageType, message)
 		}
 	}
-
-	return
 }
 
 type heartbeatOp struct {