* cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 9 Apr 2005 16:58:14 +0000 (16:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 9 Apr 2005 16:58:14 +0000 (16:58 +0000)
From-SVN: r97911

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 10ef198d8a93cff4e856387eb4d5ec64999b5a6e..14c528e6309a311792d188ca65478ee9f17f424b 100644 (file)
@@ -9,6 +9,8 @@
 
        * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
 
+       * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
+
 2005-04-08  Ian Lance Taylor  <ian@airs.com>
 
        * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
index fdbfea57c55c5dcb0264c34f99f6773b16cbaacb..55efac2381d116e2a9f62785c8fa35853fd7a575 100644 (file)
@@ -1455,17 +1455,6 @@ struct lang_type GTY(())
 #define CLASSTYPE_TYPEINFO_VAR(NODE) \
   (LANG_TYPE_CLASS_CHECK (NODE)->typeinfo_var)
 
-/* Accessor macros for the vfield slots in structures.  */
-
-/* Get the BINFO that introduced this vtable into the hierarchy (will
-   be NULL for those created at this level, or from a primary
-   hierarchy).  */
-#define VF_BINFO_VALUE(NODE) TREE_PURPOSE (NODE)
-
-/* Get the TYPE that introduced this vtable into the hierarchy (always
-   non-NULL).  */
-#define VF_BASETYPE_VALUE(NODE) TREE_VALUE (NODE)
-
 /* Accessor macros for the BINFO_VIRTUALS list.  */
 
 /* The number of bytes by which to adjust the `this' pointer when