forked from Imagelibrary/binutils-gdb
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user