diff --git a/states.go b/states.go index 76e8e7ba..0db0291b 100644 --- a/states.go +++ b/states.go @@ -5,8 +5,4 @@ const ( StateInit = iota StateDisconnected StateConnected - StateSubscribed - // StateClosing means CLOSE has started... - // (responses are ok, but no new messages will be sent) - StateClosing )