mirror of https://github.com/mpv-player/mpv
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18891 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8f65768bf2
commit
a205e9444c
|
@ -758,7 +758,6 @@ play_tree_iter_down_step(play_tree_iter_t* iter, int d,int with_nodes) {
|
|||
|
||||
char*
|
||||
play_tree_iter_get_file(play_tree_iter_t* iter, int d) {
|
||||
char* entry;
|
||||
#ifdef MP_DEBUG
|
||||
assert(iter != NULL);
|
||||
assert(iter->tree->child == NULL);
|
||||
|
|
Loading…
Reference in New Issue