Fix build.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123958609
This commit is contained in:
olly 2016-06-03 04:52:52 -07:00 committed by Oliver Woodman
parent 7ef028c67b
commit 443a656ada

View file

@ -169,7 +169,6 @@ public class ChunkTrackStream<T extends ChunkSource> implements TrackStream,
* This method should be called when the stream is no longer required.
*/
public void release() {
released = true;
chunkSource.release();
sampleQueue.disable();
loadControl.unregister(this);