* gdbtypes.h (struct vbase): Remove.
This commit is contained in:
parent
132c57b477
commit
b0db66a7b3
@ -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>
|
2012-03-01 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* c-valprint.c (print_function_pointer_address): Move...
|
* c-valprint.c (print_function_pointer_address): Move...
|
||||||
|
@ -866,13 +866,6 @@ struct cplus_struct_type
|
|||||||
struct symbol **template_arguments;
|
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 used to store conversion rankings. */
|
||||||
struct rank
|
struct rank
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user