2001-02-13 Kazu Hirata <kazu@hxi.com>

* vms.c (vms_print_symbol): Remove unreachable code.
This commit is contained in:
Kazu Hirata 2001-02-13 22:39:17 +00:00
parent b46a87b160
commit 9635981ad3
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2001-02-13 Kazu Hirata <kazu@hxi.com>
* vms.c (vms_print_symbol): Remove unreachable code.
2001-02-13 David Mosberger <davidm@hpl.hp.com>
* peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define

View file

@ -1183,8 +1183,6 @@ vms_print_symbol (abfd, file, symbol, how)
fprintf ((FILE *)file," %s", symbol->name);
break;
break;
case bfd_print_symbol_all:
{
CONST char *section_name = symbol->section->name;