(add_dependency): Remove unused variable j.

This commit is contained in:
Andreas Jaeger 2000-10-24 11:17:45 +00:00
parent a602757647
commit 7bbaa3b260
1 changed files with 0 additions and 2 deletions

View File

@ -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))
{