This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] vms.c: remove unreachable code


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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]