Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 08:17:56 +0300
committerJunio C Hamano <gitster@pobox.com>2010-01-12 12:06:09 +0300
commit356521ab22fb76e17aa8dc9993ff81fade49e11c (patch)
treeb0d8b212d9c268f7bbf825bbe05f753fd0412bb3 /cache.h
parent42b3b0061478f262118036286455a8f09a0d3fff (diff)
sha1_file.c: remove unused function
has_pack_file() is not used anywhere. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index e7bb6b795e..90edb5b261 100644
--- a/cache.h
+++ b/cache.h
@@ -683,7 +683,6 @@ extern int has_sha1_pack(const unsigned char *sha1);
extern int has_sha1_file(const unsigned char *sha1);
extern int has_loose_object_nonlocal(const unsigned char *sha1);
-extern int has_pack_file(const unsigned char *sha1);
extern int has_pack_index(const unsigned char *sha1);
extern const signed char hexval_table[256];