diff options
Diffstat (limited to 'gdb/dwarf2expr.c')
-rw-r--r-- | gdb/dwarf2expr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index 71aff6a..04779a8 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -1471,14 +1471,6 @@ abort_expression: gdb_assert (ctx->recursion_depth >= 0); } -/* Stub dwarf_expr_context_funcs.read_reg implementation. */ - -CORE_ADDR -ctx_no_read_reg (void *baton, int regnum) -{ - error (_("Registers access is invalid in this context")); -} - /* Stub dwarf_expr_context_funcs.get_frame_base implementation. */ void |