From 8709c035079d04262942880866453a35be18c538 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 13 Aug 2008 01:23:15 +0200 Subject: [PATCH] Revert "playlist: With NDEBUG p_playlist may become unused." This reverts commit 5b15b230d318ee37379cd9468f2c1e3af8e06fd8. This is not needed anymore with recent changes to vlc_assert_locked. --- src/playlist/tree.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/playlist/tree.c b/src/playlist/tree.c index a87ee1704d..c4553cc8e7 100644 --- a/src/playlist/tree.c +++ b/src/playlist/tree.c @@ -279,7 +279,6 @@ playlist_item_t *playlist_ChildSearchName( playlist_item_t *p_node, const char *psz_search ) { playlist_t * p_playlist = p_node->p_playlist; /* For assert_locked */ - (void)p_playlist; /* in NDEBUG case */ PL_ASSERT_LOCKED; int i; -- 2.39.2