summaryrefslogtreecommitdiff
path: root/src/fingerprint.c
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-28 09:19:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-28 09:19:03 +0100
commit9b8c553e7206f3bfd52ca501990f82afd00f252b (patch)
tree2f1be95879bcbb980eb223a5f0f12a512f1444b1 /src/fingerprint.c
parentbe31124ca61c5a503a41762089d4e1cbc9f51ebf (diff)
drop unnecessary unused functions, and need to bump soname then
Diffstat (limited to 'src/fingerprint.c')
-rw-r--r--src/fingerprint.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fingerprint.c b/src/fingerprint.c
index 8538e72..272c1b1 100644
--- a/src/fingerprint.c
+++ b/src/fingerprint.c
@@ -654,19 +654,6 @@ extern int fp_Create(void *handle, const char *buffer, uint4 bufsize,
return 1;
}
-extern void fp_Debug(void *handle)
-{
- fp_t *h = (fp_t *) handle;
- uint4 i;
- printf("------ %s --------\n", h->name);
- for (i = 0; i < h->size; i++)
- {
- printf("%3u: '%s' [%u]\n", i, h->fprint[i].str, h->fprint[i].rank);
- }
-
-
-}
-
extern int fp_Read(void *handle, const char *fname, int maxngrams)
{
fp_t *h = (fp_t *) handle;