mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Remove useless check
This commit is contained in:
@@ -202,9 +202,6 @@ stream_chunk_xcode_cb(int fd, short event, void *arg)
|
||||
st->offset += ret;
|
||||
|
||||
ret = xcoded - ret;
|
||||
|
||||
if (ret == 0)
|
||||
goto consume;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user