diff options
Diffstat (limited to 'elf/link.h')
-rw-r--r-- | elf/link.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/link.h b/elf/link.h index edf1303595..30efa0ed25 100644 --- a/elf/link.h +++ b/elf/link.h @@ -156,10 +156,6 @@ struct link_map /* Collected information about own RPATH directories. */ struct r_search_path_elem **l_rpath_dirs; - /* Directory names composed from capability names. */ - struct r_strlenpair *l_capstrs; - size_t l_ncapstrs; - /* Collected results of relocation while profiling. */ ElfW(Addr) *l_reloc_result; |