Fix warning for simple-object-elf.c.

2017-09-01  Martin Liska  <mliska@suse.cz>

	* simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
	Remove duplicite declaration.

From-SVN: r251584
This commit is contained in:
Martin Liska 2017-09-01 13:22:04 +02:00 committed by Martin Liska
parent 8dc9277a90
commit 39baa1d35e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-09-01 Martin Liska <mliska@suse.cz>
* simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
Remove duplicite declaration.
2017-08-31 Richard Biener <rguenther@suse.de>
PR lto/81968

View File

@ -1232,7 +1232,6 @@ simple_object_elf_copy_lto_debug_sections (simple_object_read *sobj,
off_t offset;
off_t length;
int ret;
const char *errmsg;
simple_object_write_section *dest;
off_t flags;
unsigned char *buf;