summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-03-01 18:26:13 +0000
committerTom Tromey <tromey@redhat.com>2012-03-01 18:26:13 +0000
commitb0db66a7b319cbf68c9989bbe4a65841defffef9 (patch)
treed42926ffdca646eb8f9156763831f4b6be3a9835 /gdb/gdbtypes.h
parent132c57b47776e318422661c6f9196dc92d96335a (diff)
* gdbtypes.h (struct vbase): Remove.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index cddd2d00ac..07c3a8656d 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -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
{