dwarf2expr: Remove unused abort_expression label in execute_stack_op
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 18 Sep 2017 11:09:20 +0000 (13:09 +0200)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 18 Sep 2017 11:09:20 +0000 (13:09 +0200)
The label abort_expression is unused, so remove it.

gdb/ChangeLog:

* dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
label abort_expression.

gdb/ChangeLog
gdb/dwarf2expr.c

index 7d2fb4970eb9e5132bbd98e70030b4598d8cf5b3..eb03722f1363f56f84ea0f726379712b53f6f043 100644 (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.
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);
 }
This page took 0.032818 seconds and 4 git commands to generate.