rebase: fix documentation formatting
[gitweb.git] / builtin / fsck.c
index 13c0a8048ece6bc21a5326f290432601b9f65486..087360a6757c607c4b38cce5fafad3bbb0822fc0 100644 (file)
@@ -735,8 +735,6 @@ int cmd_fsck(int argc, const char **argv, const char *prefix)
                        uint32_t total = 0, count = 0;
                        struct progress *progress = NULL;
 
-                       prepare_packed_git();
-
                        if (show_progress) {
                                for (p = get_packed_git(the_repository); p;
                                     p = p->next) {