Skip to content

Commit

Permalink
remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jan 12, 2017
1 parent 5976bce commit e21a67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ type Session struct {
dieLock sync.Mutex
chAccepts chan *Stream

xmitPool sync.Pool
dataReady int32 // flag data has arrived

deadline atomic.Value
Expand Down

0 comments on commit e21a67b

Please sign in to comment.