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]
Other format: [Raw text]

Discard unused enum definition.


Unles some other file includes this one, this definition is unused.

2003-08-22  Michael Snyder  <msnyder@redhat.com>

	* cpu-frv.c: Remove unused enum.


Index: cpu-frv.c
===================================================================
RCS file: /cvs/src/src/bfd/cpu-frv.c,v
retrieving revision 1.2
diff -p -r1.2 cpu-frv.c
*** cpu-frv.c	30 Nov 2002 08:39:36 -0000	1.2
--- cpu-frv.c	22 Aug 2003 21:23:56 -0000
*************** Foundation, Inc., 59 Temple Place - Suit
*** 21,33 ****
  #include "sysdep.h"
  #include "libbfd.h"
  
- enum {
-   I_frv_generic,
-   I_frv_simple,
-   I_frv_500,
-   I_frv_300,
- };
- 
  #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT)				\
  {									\
    32,	                        /* 32 bits in a word */			\
--- 21,26 ----

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