about summary refs log tree commit diff
path: root/elf/dl-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r--elf/dl-object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-object.c b/elf/dl-object.c
index b2dbb83267..9bd600dd9e 100644
--- a/elf/dl-object.c
+++ b/elf/dl-object.c
@@ -44,8 +44,6 @@ _dl_new_object (char *realname, const char *libname, int type)
   newname->next = NULL;
   new->l_libname = newname;
   new->l_type = type;
-  new->l_rpath_dirs = NULL;
-  new->l_reloc_result = NULL;
 
   if (_dl_loaded == NULL)
     {