[PATCH] fetch.c: Remove call to parse_object() from process()
[git.git] / fetch.c
diff --git a/fetch.c b/fetch.c
index b92ca80..e6fd624 100644 (file)
--- 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 {