am 4117fd09: Merge change 6641 into donut

Merge commit '4117fd09e619c039a2bf5eff1bdc98186329cb4d'

* commit '4117fd09e619c039a2bf5eff1bdc98186329cb4d':
  Unbreaking the build.
This commit is contained in:
Android (Google) Code Review
2009-07-09 12:53:38 -07:00
committed by The Android Open Source Project

View File

@@ -672,9 +672,6 @@ public class TtsService extends Service implements OnCompletionListener {
if (mSpeechQueue.size() > 0) {
mSpeechQueue.remove(0);
}
} catch (InterruptedException e) {
Log.e("TTS processSpeechQueue", "tryLock interrupted");
e.printStackTrace();
} finally {
// This check is needed because finally will always run; even if the
// method returns somewhere in the try block.