mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
Remove an unused variable.
binutils/ChangeLog: * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user