[2/5] drop struct vbase

Tom Tromey tromey@redhat.com
Tue Feb 28 21:33:00 GMT 2012


I'm checking this one in.  It is trivial.

struct vbase is never used, so this removes it.

Tom

>From 1638a07966ba5e3c87b8fca877882c04c8b488cd Mon Sep 17 00:00:00 2001
From: Tom Tromey <tromey@redhat.com>
Date: Fri, 24 Feb 2012 09:15:33 -0700
Subject: [PATCH 2/5] 	* gdbtypes.h (struct vbase): Remove.

---
 gdb/gdbtypes.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index cddd2d0..07c3a86 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
   {
-- 
1.7.7.6



More information about the Gdb-patches mailing list