summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-10-24 11:17:45 +0000
committerAndreas Jaeger <aj@suse.de>2000-10-24 11:17:45 +0000
commit7bbaa3b260b625d283423acdddbae512b4e4c82d (patch)
treeb1f23ffcf42f868f035df13b7e67acbfd55d78b2 /elf
parenta60275764729607262421e78255aea27a75dc569 (diff)
(add_dependency): Remove unused variable j.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-lookup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c
index 1284e2b3dc..581c6a6c2b 100644
--- a/elf/dl-lookup.c
+++ b/elf/dl-lookup.c
@@ -129,8 +129,6 @@ add_dependency (struct link_map *undef_map, struct link_map *map)
if (runp != NULL)
{
- unsigned int j;
-
/* The object is still available. Add the reference now. */
if (__builtin_expect (act >= undef_map->l_reldepsmax, 0))
{