aboutsummaryrefslogtreecommitdiff
path: root/ld/ldsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r--ld/ldsym.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/ldsym.c b/ld/ldsym.c
index 98a1b8b..0f5b375 100644
--- a/ld/ldsym.c
+++ b/ld/ldsym.c
@@ -181,14 +181,12 @@ DEFUN(ldsym_get_soft,(key),
CONST char *key)
{
register int hashval;
- register ldsym_type *bp;
-
/* Determine which bucket. */
hashval = hash_string (key) % TABSIZE;
/* Search the bucket. */
-return search(key, hashval);
+ return search(key, hashval);
}