Skip to content

Commit fbc01ff

Browse files
committed
Merge branch 'jk/drop-sha1-entry-pos'
Code clean-up. * jk/drop-sha1-entry-pos: sha1-lookup: remove sha1_entry_pos() from header file
2 parents 79553b9 + 39b00fa commit fbc01ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sha1-lookup.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,4 @@ extern int sha1_pos(const unsigned char *sha1,
77
void *table,
88
size_t nr,
99
sha1_access_fn fn);
10-
11-
extern int sha1_entry_pos(const void *table,
12-
size_t elem_size,
13-
size_t key_offset,
14-
unsigned lo, unsigned hi, unsigned nr,
15-
const unsigned char *key);
1610
#endif

0 commit comments

Comments
 (0)