diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-09-10 17:08:25 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-09-10 17:08:25 +0900 |
| commit | fbc01ffac77f89520b58089b100e943ebd53b848 (patch) | |
| tree | 968cc898c67889d91cfa16ad4dd5593fc208861d | |
| parent | 79553b94f966f3cec6156a68001650ca26a584c4 (diff) | |
| parent | 39b00fa4d41d0fae458d03df0ebc0bf7dfde6ac8 (diff) | |
| download | git-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.h | 6 |
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 |
