This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[obv] remove unused local in execute_stack_op, case DW_OP_piece
- From: dje at google dot com (Doug Evans)
- To: gdb-patches at sourceware dot org
- Date: Fri, 11 Sep 2009 16:12:25 -0700 (PDT)
- Subject: [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);