Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
unpack-trees: remove unneeded continue
[gitweb.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index b6f0bc6d4cf6093b23e2528c92ccf867f0b62f98..9e48a4048d0f5c8004660546b7ea750abbddf695 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-253,7
+253,6
@@
static int check_updates(struct unpack_trees_options *o)
display_progress(progress, ++cnt);
if (o->update && !o->dry_run)
unlink_entry(ce);
- continue;
}
}
remove_marked_cache_entries(index);