From 69305fda9607760da0c9ce6a6912ccbff99a25d9 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Thu, 23 Apr 2020 12:04:08 +0100 Subject: [PATCH] (playlist.c) Remove unused variable --- playlist.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/playlist.c b/playlist.c index 4ba16390a3..30a6d97105 100644 --- a/playlist.c +++ b/playlist.c @@ -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');