summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-09-10 17:08:25 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-09-10 17:08:25 +0900
commitfbc01ffac77f89520b58089b100e943ebd53b848 (patch)
tree968cc898c67889d91cfa16ad4dd5593fc208861d
parentMerge branch 'nd/worktree-kill-parse-ref' (diff)
parentsha1-lookup: remove sha1_entry_pos() from header file (diff)
downloadtgif-fbc01ffac77f89520b58089b100e943ebd53b848.tar.xz
Merge branch 'jk/drop-sha1-entry-pos'
Code clean-up. * jk/drop-sha1-entry-pos: sha1-lookup: remove sha1_entry_pos() from header file
-rw-r--r--sha1-lookup.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sha1-lookup.h b/sha1-lookup.h
index 20af285681..cf5314f402 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