[patch] vms.c: remove unreachable code

Kazu Hirata kazu@hxi.com
Tue Feb 13 05:35:00 GMT 2001


Hi,

Attached is a patch to remove unreachable code in vms.c.  (The
function itself is actually unreachable, but I assume it is a debug
helper.)  OK to apply?

Thanks,

Kazu Hirata

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

	* vms.c (vms_print_symbol): Remove unreachable code.

Index: vms.c
===================================================================
RCS file: /cvs/src/src/bfd/vms.c,v
retrieving revision 1.8
diff -u -r1.8 vms.c
--- vms.c	2000/12/23 16:48:10	1.8
+++ vms.c	2001/02/13 13:30:35
@@ -1183,8 +1183,6 @@
 	fprintf ((FILE *)file," %s", symbol->name);
       break;
 
-      break;
-
       case bfd_print_symbol_all:
 	{
 	  CONST char *section_name = symbol->section->name;



More information about the Binutils mailing list