(tinyalsa) Get rid of this variable

This commit is contained in:
twinaphex 2017-06-25 07:08:09 +02:00
parent e34dc17859
commit e1392b0fd4

View File

@ -2217,8 +2217,6 @@ tinyalsa_write(void *data, const void *buf_, size_t size_)
} }
else else
{ {
bool eagain_retry = true;
while (size) while (size)
{ {
pcm_sframes_t frames; pcm_sframes_t frames;