summaryrefslogtreecommitdiff
path: root/src/sha1_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sha1_lookup.h')
-rw-r--r--src/sha1_lookup.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sha1_lookup.h b/src/sha1_lookup.h
index 3799620c7..f65854f9d 100644
--- a/src/sha1_lookup.h
+++ b/src/sha1_lookup.h
@@ -9,12 +9,6 @@
#include <stdlib.h>
-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);
-
int sha1_position(const void *table,
size_t stride,
unsigned lo, unsigned hi,