diff options
Diffstat (limited to 'src/fingerprint.c')
-rw-r--r-- | src/fingerprint.c | 13 |
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; |