(playlist.c) Remove unused variable
This commit is contained in:
parent
8cf629b3c2
commit
69305fda96
|
@ -2298,8 +2298,6 @@ json_cleanup:
|
||||||
|
|
||||||
if (intfstream_gets(file, line_buf[i], sizeof(line_buf[i])))
|
if (intfstream_gets(file, line_buf[i], sizeof(line_buf[i])))
|
||||||
{
|
{
|
||||||
char *last_char = NULL;
|
|
||||||
|
|
||||||
/* Ensure line is NUL terminated, regardless of
|
/* Ensure line is NUL terminated, regardless of
|
||||||
* Windows or Unix line endings */
|
* Windows or Unix line endings */
|
||||||
string_replace_all_chars(line_buf[i], '\r', '\0');
|
string_replace_all_chars(line_buf[i], '\r', '\0');
|
||||||
|
|
Loading…
Reference in New Issue