aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--path-walk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/path-walk.c b/path-walk.c
index 136ec08fb0..9715a5550e 100644
--- a/path-walk.c
+++ b/path-walk.c
@@ -126,7 +126,6 @@ static int add_tree_entries(struct path_walk_context *ctx,
strbuf_addstr(&path, base_path);
base_len = path.len;
- parse_tree(tree);
init_tree_desc(&desc, &tree->object.oid, tree->buffer, tree->size);
while (tree_entry(&desc, &entry)) {
struct type_and_oid_list *list;