Removed sizeChannel field

This commit is contained in:
Saxon1 2017-12-04 12:54:01 +10:30
parent 7387792f73
commit cdde22b2d6
1 changed files with 0 additions and 1 deletions

View File

@ -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
} }