Skip to content

Commit

Permalink
remove unused states
Browse files Browse the repository at this point in the history
- closes #197
  • Loading branch information
judwhite committed Oct 31, 2016
1 parent 205b510 commit 800d186
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions states.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 800d186

Please sign in to comment.