mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(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])))
|
||||
{
|
||||
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user