diff options
Diffstat (limited to 'packfile.h')
-rw-r--r-- | packfile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packfile.h b/packfile.h index fe1a6380e6..efda10329c 100644 --- a/packfile.h +++ b/packfile.h @@ -34,7 +34,6 @@ extern struct packed_git *parse_pack_index(unsigned char *sha1, const char *idx_ #define PACKDIR_FILE_GARBAGE 4 extern void (*report_garbage)(unsigned seen_bits, const char *path); -extern void prepare_packed_git(struct repository *r); extern void reprepare_packed_git(struct repository *r); extern void install_packed_git(struct repository *r, struct packed_git *pack); |