(add_dependency): Remove unused variable j.
authorAndreas Jaeger <aj@suse.de>
Tue, 24 Oct 2000 11:17:45 +0000 (11:17 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 24 Oct 2000 11:17:45 +0000 (11:17 +0000)
elf/dl-lookup.c

index 1284e2b..581c6a6 100644 (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))
                {