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:
diego 2006-07-03 14:52:07 +00:00
parent 8f65768bf2
commit a205e9444c
1 changed files with 0 additions and 1 deletions

View File

@ -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);