From 7bbaa3b260b625d283423acdddbae512b4e4c82d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 24 Oct 2000 11:17:45 +0000 Subject: [PATCH] (add_dependency): Remove unused variable j. --- elf/dl-lookup.c | 2 -- 1 file changed, 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)) {