(playlist.c) Remove unused variable

This commit is contained in:
jdgleaver 2020-04-23 12:04:08 +01:00
parent 8cf629b3c2
commit 69305fda96

View File

@ -2298,8 +2298,6 @@ json_cleanup:
if (intfstream_gets(file, line_buf[i], sizeof(line_buf[i])))
{
char *last_char = NULL;
/* Ensure line is NUL terminated, regardless of
* Windows or Unix line endings */
string_replace_all_chars(line_buf[i], '\r', '\0');