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
|
last int
|
||||||
currentlyWriting bool
|
currentlyWriting bool
|
||||||
currentlyReading bool
|
currentlyReading bool
|
||||||
sizeChannel chan int
|
|
||||||
mutex sync.Mutex
|
mutex sync.Mutex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue