avoid unused variables.

This commit is contained in:
mrg 2016-03-23 06:59:59 +00:00
parent 3df9f009b5
commit b025ea285a
1 changed files with 1 additions and 1 deletions

View File

@ -1922,10 +1922,10 @@ obj_elf_type (int ignore ATTRIBUTE_UNUSED)
|| strcmp (type_name, "10") == 0
|| strcmp (type_name, "STT_GNU_IFUNC") == 0)
{
#if 0
const struct elf_backend_data *bed;
bed = get_elf_backend_data (stdoutput);
#if 0
if (!(bed->elf_osabi == ELFOSABI_GNU
|| bed->elf_osabi == ELFOSABI_FREEBSD
/* GNU is still using the default value 0. */