Remove unused local variable in AudioTrack.java.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144443010
This commit is contained in:
andrewlewis 2017-01-13 08:02:59 -08:00 committed by Oliver Woodman
parent 28e117d25f
commit ca7febe442

View File

@ -641,7 +641,6 @@ public final class AudioTrack {
} }
} }
int result = 0;
if (isNewSourceBuffer) { if (isNewSourceBuffer) {
// We're seeing this buffer for the first time. // We're seeing this buffer for the first time.