2002-05-11 Daniel Jacobowitz <drow@mvista.com>

* TODO: Remove value_headof/value_from_vtable_info comment.
        * printcmd.c (print_command_1): Don't call value_from_vtable_info.
        * values.c (value_headof, value_from_vtable_info): Delete.
        * value.h (value_from_vtable_info): Delete prototype.
This commit is contained in:
Daniel Jacobowitz
2002-05-11 23:48:23 +00:00
parent d2324da42d
commit 6d2f5ceaae
5 changed files with 7 additions and 115 deletions

View File

@ -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);