diff options
Diffstat (limited to 'contrib/gperf/lib/hash.h')
-rw-r--r-- | contrib/gperf/lib/hash.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/gperf/lib/hash.h b/contrib/gperf/lib/hash.h deleted file mode 100644 index 5dbc92b7a186f..0000000000000 --- a/contrib/gperf/lib/hash.h +++ /dev/null @@ -1,15 +0,0 @@ -// This may look like C code, but it is really -*- C++ -*- - -/* -Copyright (C) 1988, 1992, 2000 Free Software Foundation - written by Doug Lea (dl@rocky.oswego.edu) -*/ - -#ifndef _hash_h -#define _hash_h 1 - -/* a hash function for char[] arrays using the - method described in Aho, Sethi, & Ullman, p 436. */ -extern unsigned int hashpjw (const char *string, unsigned int len); - -#endif |