diff options
Diffstat (limited to 'gdb/dwarf2/expr.h')
-rw-r--r-- | gdb/dwarf2/expr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/dwarf2/expr.h b/gdb/dwarf2/expr.h index 70c887b..9dc9257 100644 --- a/gdb/dwarf2/expr.h +++ b/gdb/dwarf2/expr.h @@ -211,12 +211,6 @@ private: void execute_stack_op (const gdb_byte *op_ptr, const gdb_byte *op_end); void pop (); - /* Return a value of type TYPE, stored in register number REGNUM - in a current context. - - REGNUM is a DWARF register number. */ - struct value *get_reg_value (struct type *type, int regnum); - /* Return the location expression for the frame base attribute, in START and LENGTH. The result must be live until the current expression evaluation is complete. */ |