]> Git Repo - binutils.git/commitdiff
2001-02-13 Kazu Hirata <[email protected]>
authorKazu Hirata <[email protected]>
Tue, 13 Feb 2001 22:39:17 +0000 (22:39 +0000)
committerKazu Hirata <[email protected]>
Tue, 13 Feb 2001 22:39:17 +0000 (22:39 +0000)
* vms.c (vms_print_symbol): Remove unreachable code.

bfd/ChangeLog
bfd/vms.c

index 346d02218944975868dcdef540824d01c7186c99..f5c5fa397826ba45e86c7508efe69b824ec278fb 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-13  Kazu Hirata  <[email protected]>
+
+       * vms.c (vms_print_symbol): Remove unreachable code.
+
 2001-02-13  David Mosberger  <[email protected]>
 
        * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
index b52d81709b97f0f1ad86fdc4ac4674ac0d6075f2..27eff9dc130b896462ed935165592d310e05e21f 100644 (file)
--- a/bfd/vms.c
+++ b/bfd/vms.c
@@ -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;
This page took 0.042999 seconds and 4 git commands to generate.