From: Simon Marchi Date: Mon, 18 Sep 2017 11:09:20 +0000 (+0200) Subject: dwarf2expr: Remove unused abort_expression label in execute_stack_op X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0615127c587253a6386fe49468fd64abf827273e;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d2fb4970eb..eb03722f136 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2017-09-18 Simon Marchi + + * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove + label abort_expression. + 2017-09-16 Simon Marchi * common/buffer.c (buffer_xml_printf): Adjust. diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index f5e0e4c1fdb..1475d930431 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -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); }