Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Mar 15, 2020
1 parent 69dd1bc commit ae174bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions session.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ type Session struct {
keepaliveActive bool
}

const (
stageInitial uint32 = iota
stageFinal
)

// newSession is used to construct a new session
func newSession(config *Config, conn net.Conn, client bool, readBuf int) *Session {
var reader io.Reader = conn
Expand Down

0 comments on commit ae174bd

Please sign in to comment.