diff options
author | Andreas Jaeger <aj@suse.de> | 2000-10-24 11:17:45 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-10-24 11:17:45 +0000 |
commit | 7bbaa3b260b625d283423acdddbae512b4e4c82d (patch) | |
tree | b1f23ffcf42f868f035df13b7e67acbfd55d78b2 | |
parent | a60275764729607262421e78255aea27a75dc569 (diff) | |
download | glibc-7bbaa3b260b625d283423acdddbae512b4e4c82d.tar.gz glibc-7bbaa3b260b625d283423acdddbae512b4e4c82d.tar.xz glibc-7bbaa3b260b625d283423acdddbae512b4e4c82d.zip |
(add_dependency): Remove unused variable j.
-rw-r--r-- | elf/dl-lookup.c | 2 |
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)) { |