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] remove unused local in execute_stack_op, case DW_OP_piece


Checked in as obvious.

2009-09-11  Doug Evans  <dje@google.com>

	* dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
	local addr_or_regnum.

diff -u -p -r1.36 dwarf2expr.c
--- dwarf2expr.c	11 Sep 2009 18:38:39 -0000	1.36
+++ dwarf2expr.c	11 Sep 2009 23:10:25 -0000
@@ -794,7 +794,6 @@ execute_stack_op (struct dwarf_expr_cont
         case DW_OP_piece:
           {
             ULONGEST size;
-            CORE_ADDR addr_or_regnum;
 
             /* Record the piece.  */
             op_ptr = read_uleb128 (op_ptr, op_end, &size);


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