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:
Simon Marchi 2017-09-18 13:09:20 +02:00
parent e4114cb89e
commit 0615127c58
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);
}