aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-close.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-06-27 19:52:51 -0700
committerUlrich Drepper <drepper@redhat.com>2010-06-27 19:52:51 -0700
commitd85f8ff66711fd3b1c5753330499c7403fa46d81 (patch)
tree97c3ab01f5fa625b43439476f1d5e8e83d29da20 /elf/dl-close.c
parenta3d731d344988f0badcd38397e412bc994682d97 (diff)
downloadglibc-d85f8ff66711fd3b1c5753330499c7403fa46d81.zip
glibc-d85f8ff66711fd3b1c5753330499c7403fa46d81.tar.gz
glibc-d85f8ff66711fd3b1c5753330499c7403fa46d81.tar.bz2
Revert unwanted patch. Again.
Diffstat (limited to 'elf/dl-close.c')
-rw-r--r--elf/dl-close.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/dl-close.c b/elf/dl-close.c
index 5b54e9f..286d67c 100644
--- a/elf/dl-close.c
+++ b/elf/dl-close.c
@@ -421,13 +421,6 @@ _dl_close_worker (struct link_map *map)
imap->l_scope_max = new_size;
}
- else if (new_list != NULL)
- {
- /* We didn't change the scope array, so reset the search
- list. */
- imap->l_searchlist.r_list = NULL;
- imap->l_searchlist.r_nlist = 0;
- }
/* The loader is gone, so mark the object as not having one.
Note: l_idx != IDX_STILL_USED -> object will be removed. */