diff options
-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)) { |