Skip to content

Commit 4daa05b

Browse files
committed
chore: remove unused code
1 parent 69dd1bc commit 4daa05b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

session.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ type Session struct {
9292
keepaliveActive bool
9393
}
9494

95-
const (
96-
stageInitial uint32 = iota
97-
stageFinal
98-
)
99-
10095
// newSession is used to construct a new session
10196
func newSession(config *Config, conn net.Conn, client bool, readBuf int) *Session {
10297
var reader io.Reader = conn

0 commit comments

Comments
 (0)