diff options
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r-- | elf/dl-lookup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 717ac83..1000a52 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -187,7 +187,6 @@ _dl_lookup_symbol_skip (const char *undef_name, const ElfW(Sym) **ref, struct link_map *skip_map, int flags) { - int found_entry = 0; const unsigned long int hash = _dl_elf_hash (undef_name); struct sym_val current_value = { 0, NULL }; struct link_map **scope; |