* gdbtypes.h (struct vbase): Remove.
authorTom Tromey <tromey@redhat.com>
Thu, 1 Mar 2012 18:26:13 +0000 (18:26 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 1 Mar 2012 18:26:13 +0000 (18:26 +0000)
gdb/ChangeLog
gdb/gdbtypes.h

index 1bc8dd7..1d5912f 100644 (file)
@@ -1,5 +1,9 @@
 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...
        * valprint.c: ... here.  Make non-static.
        * m2-valprint.c (print_function_pointer_address): Remove.
index cddd2d0..07c3a86 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
   {