mirror of https://bitbucket.org/ausocean/av.git
Removed sizeChannel field
This commit is contained in:
parent
7387792f73
commit
cdde22b2d6
|
@ -46,7 +46,6 @@ type ringBuffer struct {
|
|||
last int
|
||||
currentlyWriting bool
|
||||
currentlyReading bool
|
||||
sizeChannel chan int
|
||||
mutex sync.Mutex
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue