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]

[commit] Delete unused variable/defn


committed,
Andrew
2004-10-30  Andrew Cagney  <cagney@gnu.org>

	* mips-tdep.c (struct frame_extra_info): Delete.
	(temp_proc_desc): Delete.

Index: mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.356
diff -p -u -r1.356 mips-tdep.c
--- mips-tdep.c	31 Oct 2004 02:59:21 -0000	1.356
+++ mips-tdep.c	31 Oct 2004 03:10:08 -0000
@@ -86,12 +86,6 @@ static const char *mips_abi_strings[] = 
   NULL
 };
 
-struct frame_extra_info
-{
-  struct mdebug_extra_func_info *proc_desc;
-  int num_args;
-};
-
 /* Various MIPS ISA options (related to stack analysis) can be
    overridden dynamically.  Establish an enum/array for managing
    them. */
@@ -2204,8 +2198,6 @@ mips_software_single_step (enum target_s
     target_remove_breakpoint (next_pc, break_mem);
 }
 
-static struct mdebug_extra_func_info temp_proc_desc;
-
 /* Test whether the PC points to the return instruction at the
    end of a function. */
 

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