mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(add_dependency): Remove unused variable j.
This commit is contained in:
parent
a602757647
commit
7bbaa3b260
@ -129,8 +129,6 @@ add_dependency (struct link_map *undef_map, struct link_map *map)
|
||||
|
||||
if (runp != NULL)
|
||||
{
|
||||
unsigned int j;
|
||||
|
||||
/* The object is still available. Add the reference now. */
|
||||
if (__builtin_expect (act >= undef_map->l_reldepsmax, 0))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user