From 800d186d9ed5b100a75eed0f2ac7302b7fc5e673 Mon Sep 17 00:00:00 2001 From: Jud White Date: Mon, 31 Oct 2016 03:37:53 -0500 Subject: [PATCH] remove unused states - closes #197 --- states.go | 4 ---- 1 file changed, 4 deletions(-) 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 )