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
commit727f73957133e2122c87df9c0889b5c28a4a83ee (patch)
tree77da66372653db4d7d4801cf167bd5ff01991f2f /gdb/gdbtypes.h
parent021c6b73b067169f7776f15fff84b4921e0888e4 (diff)
downloadgdb-727f73957133e2122c87df9c0889b5c28a4a83ee.tar.gz
* 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 cddd2d00ac5..07c3a8656d9 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
{