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

local addr_or_regnum.
This commit is contained in:
Doug Evans 2009-09-11 23:11:34 +00:00
parent c1bd65d042
commit 411c71a82f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2009-09-11 Doug Evans <dje@google.com>
* dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
local addr_or_regnum.
* objfiles.c (struct objfile_data): Delete member cleanup and replace
with save, free.
(register_objfile_data_with_cleanup): Delete arg cleanup and replace

View File

@ -794,7 +794,6 @@ execute_stack_op (struct dwarf_expr_context *ctx,
case DW_OP_piece:
{
ULONGEST size;
CORE_ADDR addr_or_regnum;
/* Record the piece. */
op_ptr = read_uleb128 (op_ptr, op_end, &size);