diff options
Diffstat (limited to 'lib/libelf')
-rw-r--r-- | lib/libelf/elf_update.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libelf/elf_update.c b/lib/libelf/elf_update.c index 988609b..3c7cb0a 100644 --- a/lib/libelf/elf_update.c +++ b/lib/libelf/elf_update.c @@ -297,7 +297,6 @@ _libelf_resync_sections(Elf *e, off_t rc) else sh_type = s->s_shdr.s_shdr64.sh_type; - /* XXX Do we need the 'size' field of an SHT_NOBITS section */ if (sh_type == SHT_NOBITS || sh_type == SHT_NULL) continue; |