*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index cddd2d00ac5060e55cd471b8235c4ff2cc39e15e..07c3a8656d94aeaa8b09d1b1903bb8f7de8f41eb 100644 (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
   {
This page took 0.023313 seconds and 4 git commands to generate.