mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Remove an unused variable.
binutils/ChangeLog: * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
This commit is contained in:
parent
20a0aab3ed
commit
40068dccc4
@ -1,3 +1,7 @@
|
||||
2016-01-19 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
|
||||
|
||||
2016-01-19 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* readelf.c (get_freebsd_elfcore_note_type): New
|
||||
|
@ -15413,8 +15413,6 @@ process_netbsd_elf_note (Elf_Internal_Note * pnote)
|
||||
static const char *
|
||||
get_freebsd_elfcore_note_type (unsigned e_type)
|
||||
{
|
||||
static char buff[64];
|
||||
|
||||
switch (e_type)
|
||||
{
|
||||
case NT_FREEBSD_THRMISC:
|
||||
|
Loading…
Reference in New Issue
Block a user