Skip to content

Commit

Permalink
Merge pull request nsqio#198 from judwhite/feature/remove-unused-states
Browse files Browse the repository at this point in the history
remove unused states
  • Loading branch information
mreiferson authored Oct 31, 2016
2 parents 205b510 + 800d186 commit 8e6d40f
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 8e6d40f

Please sign in to comment.