summaryrefslogtreecommitdiffstats
path: root/playtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtree.c')
-rw-r--r--playtree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/playtree.c b/playtree.c
index 03ef13607b..55b3d948c5 100644
--- a/playtree.c
+++ b/playtree.c
@@ -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);