diff options
Diffstat (limited to 'server-info.c')
-rw-r--r-- | server-info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server-info.c b/server-info.c index bf5c325867..83460ec0d6 100644 --- a/server-info.c +++ b/server-info.c @@ -201,7 +201,6 @@ static void init_pack_info(const char *infofile, int force) objdir = get_object_directory(); objdirlen = strlen(objdir); - prepare_packed_git(the_repository); for (p = get_packed_git(the_repository); p; p = p->next) { /* we ignore things on alternate path since they are * not available to the pullers in general. |