* [obv] remove unused local in execute_stack_op, case DW_OP_piece
@ 2009-09-11 23:12 Doug Evans
0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-09-11 23:12 UTC (permalink / raw)
To: gdb-patches
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-11 23:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-11 23:12 [obv] remove unused local in execute_stack_op, case DW_OP_piece Doug Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox