summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch.c b/fetch.c
index b92ca8038e..e6fd624c12 100644
--- a/fetch.c
+++ b/fetch.c
@@ -134,7 +134,6 @@ static int process(struct object *obj)
obj->flags |= SEEN;
if (has_sha1_file(obj->sha1)) {
- parse_object(obj->sha1);
/* We already have it, so we should scan it now. */
obj->flags |= TO_SCAN;
} else {