diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-25 19:10:40 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-25 19:10:40 +0000 |
commit | 9c3e5b43bdf982348a5d5ec84dd2c6fd9b990331 (patch) | |
tree | 94ebe3cdc774db3537842446fc77515a20bf4d45 /src/htshash.c | |
parent | 9090ee17b364f44a8df75f927b26c6e352ef9fff (diff) |
hashtables: use fnv-1 for hashing
Diffstat (limited to 'src/htshash.c')
-rw-r--r-- | src/htshash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htshash.c b/src/htshash.c index 2d12941..1ac20ee 100644 --- a/src/htshash.c +++ b/src/htshash.c @@ -143,7 +143,6 @@ int hash_read(const hash_struct * hash, const char *nom1, const char *nom2, void hash_write(hash_struct * hash, int lpos, int normalized) { char BIGSTK normfil_[HTS_URLMAXSIZE * 2]; char catbuff[CATBUFF_SIZE]; - const char *normfil; const char *name; /* first entry: destination filename (lowercased) */ |