]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dwarf2expr.c
dwarf2expr: Remove unused abort_expression label in execute_stack_op
[thirdparty/binutils-gdb.git] / gdb / dwarf2expr.c
index f5e0e4c1fdb9ceb3d8a3156f1384de7829a1ba4b..1475d9304314497c42822bc7ade2bb3916775301 100644 (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);
 }