This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

PATCH: delete unused variable


Committed as obvious.

2004-07-08  Jim Blandy  <jimb@redhat.com>

	* rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.

Index: gdb/rs6000-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
retrieving revision 1.215
diff -c -p -r1.215 rs6000-tdep.c
*** gdb/rs6000-tdep.c	20 Jun 2004 17:18:06 -0000	1.215
--- gdb/rs6000-tdep.c	8 Jul 2004 23:39:39 -0000
*************** static const struct reg registers_powerp
*** 2176,2189 ****
    PPC_ALTIVEC_REGS
  };
  
- /* PowerPC UISA - a PPC processor as viewed by user-level
-    code, but without floating point registers.  */
- static const struct reg registers_powerpc_nofp[] =
- {
-   COMMON_UISA_NOFP_REGS,
-   PPC_UISA_SPRS
- };
- 
  /* IBM PowerPC 403.  */
  static const struct reg registers_403[] =
  {
--- 2176,2181 ----


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