Commit ca7febe4 by andrewlewis Committed by Oliver Woodman

Remove unused local variable in AudioTrack.java.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144443010
parent 28e117d2
...@@ -641,7 +641,6 @@ public final class AudioTrack { ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment