diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-18 15:20:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 15:12:07 -0700 |
commit | f9a8672a81277b83cabd59c6705089351c4f3ec4 (patch) | |
tree | 35cc126bff3151f8ecc74e3bc96b6318370fa526 /cache.h | |
parent | 150e3001d0c5cc69db72a10f3e0cd1e14f11acba (diff) | |
download | git-f9a8672a81277b83cabd59c6705089351c4f3ec4.tar.gz |
pack: move has_pack_index()
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1226,8 +1226,6 @@ extern int has_object_file_with_flags(const struct object_id *oid, int flags); */ extern int has_loose_object_nonlocal(const unsigned char *sha1); -extern int has_pack_index(const unsigned char *sha1); - extern void assert_sha1_type(const unsigned char *sha1, enum object_type expect); /* Helper to check and "touch" a file */ |