From: Andre Noll Date: Tue, 23 Oct 2007 16:33:43 +0000 (+0200) Subject: playlist.c: Remove an unused variable. X-Git-Tag: v0.3.0~241 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b94595f1296c207526af18b821c390d9defec2ef;hp=6f06604bbee726916812cc35c4b28b6b2df1b026 playlist.c: Remove an unused variable. --- 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);