summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2017-08-18 22:20:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-08-23 22:12:07 (GMT)
commit150e3001d0c5cc69db72a10f3e0cd1e14f11acba (patch)
tree9ce033e4fa202c7843233b1245806bd5d7523f0d /cache.h
parent1a1e5d4f47fd77dec1b7e7ef0867939a251252b6 (diff)
downloadgit-150e3001d0c5cc69db72a10f3e0cd1e14f11acba.zip
git-150e3001d0c5cc69db72a10f3e0cd1e14f11acba.tar.gz
git-150e3001d0c5cc69db72a10f3e0cd1e14f11acba.tar.bz2
pack: move has_sha1_pack()
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 0f435cb..a2897bc 100644
--- a/cache.h
+++ b/cache.h
@@ -1191,8 +1191,6 @@ extern int check_sha1_signature(const unsigned char *sha1, void *buf, unsigned l
extern int finalize_object_file(const char *tmpfile, const char *filename);
-extern int has_sha1_pack(const unsigned char *sha1);
-
/*
* Open the loose object at path, check its sha1, and return the contents,
* type, and size. If the object is a blob, then "contents" may return NULL,