Re: [PATCH] sha1-lookup: remove sha1_entry_pos() from header file

2017-08-25 Thread Jeff King
On Fri, Aug 25, 2017 at 09:36:13AM +0200, Christian Couder wrote: > 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".

[PATCH] sha1-lookup: remove sha1_entry_pos() from header file

2017-08-25 Thread Christian Couder
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 --- sha1-lookup.h | 6 -- 1 file ch