From b94595f1296c207526af18b821c390d9defec2ef Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 23 Oct 2007 18:33:43 +0200 Subject: [PATCH] playlist.c: Remove an unused variable. --- playlist.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/playlist.c b/playlist.c index 9afa8128..c6f09bef 100644 --- a/playlist.c +++ b/playlist.c @@ -144,8 +144,6 @@ int playlist_check_callback(__a_unused const struct osl_object *query, */ void playlist_close(void) { - int ret; - if (!current_playlist.name) return; free(current_playlist.name); -- 2.30.2