OSDN Git Service

* cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Apr 2005 16:53:39 +0000 (16:53 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Apr 2005 16:53:39 +0000 (16:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97907 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4f5b617..19ac5ed 100644 (file)
@@ -2,6 +2,8 @@
 
        * cp-tree.h (cxx_alignof): Remove.
 
 
        * cp-tree.h (cxx_alignof): Remove.
 
+       * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
+
 2005-04-08  Ian Lance Taylor  <ian@airs.com>
 
        * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
 2005-04-08  Ian Lance Taylor  <ian@airs.com>
 
        * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
index e989e5f..b2c8e82 100644 (file)
@@ -1795,10 +1795,6 @@ struct lang_decl GTY(())
 #define DECL_HAS_IN_CHARGE_PARM_P(NODE) \
   (DECL_LANG_SPECIFIC (NODE)->decl_flags.has_in_charge_parm_p)
 
 #define DECL_HAS_IN_CHARGE_PARM_P(NODE) \
   (DECL_LANG_SPECIFIC (NODE)->decl_flags.has_in_charge_parm_p)
 
-/* Nonzero if NODE is an overloaded `operator delete[]' function.  */
-#define DECL_ARRAY_DELETE_OPERATOR_P(NODE) \
-  (DECL_OVERLOADED_OPERATOR_P (NODE) == VEC_DELETE_EXPR)
-
 /* Nonzero for _DECL means that this decl appears in (or will appear
    in) as a member in a RECORD_TYPE or UNION_TYPE node.  It is also for
    detecting circularity in case members are multiply defined.  In the
 /* Nonzero for _DECL means that this decl appears in (or will appear
    in) as a member in a RECORD_TYPE or UNION_TYPE node.  It is also for
    detecting circularity in case members are multiply defined.  In the