about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/link.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/link.h b/include/link.h
index 5cb7f24dc8..36c8d53be0 100644
--- a/include/link.h
+++ b/include/link.h
@@ -93,11 +93,6 @@ struct r_scope_elem
   struct link_map **r_list;
   /* Number of entries in the scope.  */
   unsigned int r_nlist;
-
-  /* Array of maps which also includes duplicates.  */
-  struct link_map **r_duplist;
-  /* Number of elements in this list.  */
-  unsigned int r_nduplist;
 };