]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
Remove useless test before a free()
[vlc] / modules / services_discovery / podcast.c
index b1e2d46b55cd94d4faf0f9209e06fca066f4b5e2..36df2ffb4a5e1fd3fad39ca4ddc86c525ce272b2 100644 (file)
@@ -189,6 +189,8 @@ static int UrlsChange( vlc_object_t *p_this, char const *psz_var,
                        vlc_value_t oldval, vlc_value_t newval,
                        void *p_data )
 {
+    VLC_UNUSED(p_this); VLC_UNUSED(psz_var); VLC_UNUSED(oldval);
+    VLC_UNUSED(newval);
     services_discovery_sys_t *p_sys  = (services_discovery_sys_t *)p_data;
     p_sys->b_update = VLC_TRUE;
     return VLC_SUCCESS;