From d85f8ff66711fd3b1c5753330499c7403fa46d81 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 27 Jun 2010 19:52:51 -0700 Subject: Revert unwanted patch. Again. --- elf/dl-close.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'elf/dl-close.c') 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. */ -- cgit v1.1