diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/value.h b/gdb/value.h index 62dc490..d960fe8 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -405,9 +405,6 @@ extern struct value *value_repeat (struct value *arg1, int count); extern struct value *value_subscript (struct value *array, struct value *idx); -extern struct value *value_from_vtable_info (struct value *arg, - struct type *type); - extern struct value *value_being_returned (struct type *valtype, char *retbuf, int struct_return); |