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 648be62bf2..665603b696 100644 --- a/packfile.h +++ b/packfile.h @@ -67,7 +67,6 @@ struct packed_git *get_all_packs(struct repository *r); * for speed. */ unsigned long repo_approximate_object_count(struct repository *r); -#define approximate_object_count() repo_approximate_object_count(the_repository) struct packed_git *find_sha1_pack(const unsigned char *sha1, struct packed_git *packs); |