diff options
Diffstat (limited to 'elf/dl-cache.c')
-rw-r--r-- | elf/dl-cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-cache.c b/elf/dl-cache.c index 91fef9578e..699d9474fe 100644 --- a/elf/dl-cache.c +++ b/elf/dl-cache.c @@ -75,8 +75,6 @@ do \ found. So we have to find the beginning. */ \ while (middle > 0) \ { \ - __typeof__ (cache->libs[0].key) key; \ - \ key = cache->libs[middle - 1].key; \ /* Make sure string table indices are not bogus before \ using them. */ \ |