summaryrefslogtreecommitdiff
path: root/elf/dl-deps.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-03-20 18:56:01 +0000
committerJakub Jelinek <jakub@redhat.com>2005-03-20 18:56:01 +0000
commit67e218b53a309ba3bdb3d7bdc0b8e05bc0354b06 (patch)
tree689fb8bd472a15303915d7c2a7f9ef4c823f77d2 /elf/dl-deps.c
parent792542d56249281f383a5455f021ec619cd32671 (diff)
Diffstat (limited to 'elf/dl-deps.c')
-rw-r--r--elf/dl-deps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-deps.c b/elf/dl-deps.c
index a1c16d7310..acc8fc3a07 100644
--- a/elf/dl-deps.c
+++ b/elf/dl-deps.c
@@ -566,8 +566,6 @@ Filters not supported with LD_TRACE_PRELINKING"));
{
/* A direct or transitive dependency is also on the list
of relocation dependencies. Remove the latter. */
- --map->l_reldeps[i]->l_opencount;
-
for (j = i + 1; j < map->l_reldepsact; ++j)
map->l_reldeps[j - 1] = map->l_reldeps[j];