* gdbtypes.h (struct vbase): Remove.

This commit is contained in:
Tom Tromey 2012-03-01 18:26:13 +00:00
parent 132c57b477
commit b0db66a7b3
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2012-03-01 Tom Tromey <tromey@redhat.com>
* gdbtypes.h (struct vbase): Remove.
2012-03-01 Tom Tromey <tromey@redhat.com>
* c-valprint.c (print_function_pointer_address): Move...

View File

@ -866,13 +866,6 @@ struct cplus_struct_type
struct symbol **template_arguments;
};
/* Struct used in computing virtual base list. */
struct vbase
{
struct type *vbasetype; /* pointer to virtual base */
struct vbase *next; /* next in chain */
};
/* Struct used to store conversion rankings. */
struct rank
{