Sfoglia il codice sorgente

Removed unreachable return

Bruce Marriner 9 anni fa
parent
commit
a9306fda00
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      voice.go

+ 0 - 2
voice.go

@@ -136,8 +136,6 @@ func (v *Voice) wsListen(wsConn *websocket.Conn, close <-chan struct{}) {
 			go v.wsEvent(messageType, message)
 		}
 	}
-
-	return
 }
 
 // wsEvent handles any voice websocket events. This is only called by the