From 39b00fa4d41d0fae458d03df0ebc0bf7dfde6ac8 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Fri, 25 Aug 2017 09:36:13 +0200 Subject: sha1-lookup: remove sha1_entry_pos() from header file Since f1068efefe (sha1_file: drop experimental GIT_USE_LOOKUP search, 2017-08-09) the definition of sha1_entry_pos() has been removed from "sha1-lookup.c", so there is no need anymore for its declaration in "sha1-lookup.h". Signed-off-by: Christian Couder Acked-by: Jeff King Signed-off-by: Junio C Hamano --- sha1-lookup.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sha1-lookup.h') diff --git a/sha1-lookup.h b/sha1-lookup.h index 20af28568..cf5314f40 100644 --- a/sha1-lookup.h +++ b/sha1-lookup.h @@ -7,10 +7,4 @@ extern int sha1_pos(const unsigned char *sha1, void *table, size_t nr, sha1_access_fn fn); - -extern int sha1_entry_pos(const void *table, - size_t elem_size, - size_t key_offset, - unsigned lo, unsigned hi, unsigned nr, - const unsigned char *key); #endif -- cgit v1.2.1