dwarf2expr: Remove unused abort_expression label in execute_stack_op
The label abort_expression is unused, so remove it. gdb/ChangeLog: * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove label abort_expression.
This commit is contained in:
parent
e4114cb89e
commit
0615127c58
@ -1,3 +1,8 @@
|
||||
2017-09-18 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
|
||||
label abort_expression.
|
||||
|
||||
2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* common/buffer.c (buffer_xml_printf): Adjust.
|
||||
|
@ -1402,7 +1402,6 @@ dwarf_expr_context::execute_stack_op (const gdb_byte *op_ptr,
|
||||
if (this->location == DWARF_VALUE_IMPLICIT_POINTER)
|
||||
add_piece (8 * this->addr_size, 0);
|
||||
|
||||
abort_expression:
|
||||
this->recursion_depth--;
|
||||
gdb_assert (this->recursion_depth >= 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user