Remove an unused variable.

binutils/ChangeLog:

	* readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
This commit is contained in:
John Baldwin
2016-01-19 09:06:33 -08:00
parent 20a0aab3ed
commit 40068dccc4
2 changed files with 4 additions and 2 deletions

View File

@@ -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: