aboutsummaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r--gcc/gen-protos.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index d950257b49d..08b7ea85ddc 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -28,20 +28,6 @@ char *progname;
int hash_tab[HASH_SIZE];
int next_index;
-int
-hashf (name, len, hashsize)
- register const U_CHAR *name;
- register int len;
- int hashsize;
-{
- register int r = 0;
-
- while (len--)
- r = HASHSTEP (r, *name++);
-
- return MAKE_POS (r) % hashsize;
-}
-
static void
add_hash (fname)
char *fname;