diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/value.h b/gdb/value.h index 064a261d312..50abe0ebfe7 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -367,7 +367,6 @@ extern value_ptr value_field (value_ptr arg1, int fieldno); extern value_ptr value_primitive_field (value_ptr arg1, int offset, int fieldno, struct type *arg_type); -extern struct type *value_rtti_type (value_ptr, int *, int *, int *); extern struct type *value_rtti_target_type (value_ptr, int *, int *, int *); @@ -447,10 +446,6 @@ extern value_ptr value_x_unop (value_ptr arg1, enum exp_opcode op, extern value_ptr value_fn_field (value_ptr * arg1p, struct fn_field *f, int j, struct type *type, int offset); -extern value_ptr value_virtual_fn_field (value_ptr * arg1p, - struct fn_field *f, int j, - struct type *type, int offset); - extern int binop_user_defined_p (enum exp_opcode op, value_ptr arg1, value_ptr arg2); |