This is the mail archive of the gdb-patches@sourceware.org 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]

[obv] dwarf2read.c (add_partial_symbol): Delete local psym, unused.


Hi.

Checked in as obvious.

2012-01-26  Doug Evans  <dje@google.com>

	* dwarf2read.c (add_partial_symbol): Delete local psym, unused.

diff -u -p -r1.609 dwarf2read.c
--- dwarf2read.c	26 Jan 2012 04:21:39 -0000	1.609
+++ dwarf2read.c	26 Jan 2012 21:59:16 -0000
@@ -3954,7 +3954,6 @@ add_partial_symbol (struct partial_die_i
   struct objfile *objfile = cu->objfile;
   CORE_ADDR addr = 0;
   char *actual_name = NULL;
-  const struct partial_symbol *psym = NULL;
   CORE_ADDR baseaddr;
   int built_actual_name = 0;
 


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