mirror of https://github.com/cbeuw/Cloak
Remove redundant code
This commit is contained in:
parent
f90ad52455
commit
13b66f6fef
|
|
@ -44,7 +44,6 @@ type streamBuffer struct {
|
|||
recvM sync.Mutex
|
||||
|
||||
nextRecvSeq uint64
|
||||
rev int
|
||||
sh sorterHeap
|
||||
|
||||
buf *bufferedPipe
|
||||
|
|
@ -53,7 +52,6 @@ type streamBuffer struct {
|
|||
func NewStreamBuffer() *streamBuffer {
|
||||
sb := &streamBuffer{
|
||||
sh: []*Frame{},
|
||||
rev: 0,
|
||||
buf: NewBufferedPipe(),
|
||||
}
|
||||
return sb
|
||||
|
|
|
|||
Loading…
Reference in New Issue