From a9306fda00cee83a9dfc0d94f1a9854af692cbc2 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sat, 20 Feb 2016 17:42:10 -0600 Subject: [PATCH] Removed unreachable return --- voice.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/voice.go b/voice.go index 36cb5dc4c..dcd0c94b9 100644 --- a/voice.go +++ b/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