diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-deps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-deps.c b/elf/dl-deps.c index 1c36f501bc..6652f6d0cd 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -595,7 +595,6 @@ Filters not supported with LD_TRACE_PRELINKING")); if (list[i]->l_reserved) { /* Need to allocate new array of relocation dependencies. */ - struct link_map_reldeps *l_reldeps; l_reldeps = malloc (sizeof (*l_reldeps) + map->l_reldepsmax * sizeof (struct link_map *)); |