Selaa lähdekoodia

Removed unreachable return

Bruce Marriner 9 vuotta sitten
vanhempi
commit
a9306fda00
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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