* cp-tree.h (cp_deprecated): Remove.

From-SVN: r97922
This commit is contained in:
Kazu Hirata 2005-04-09 19:16:29 +00:00 committed by Kazu Hirata
parent 394476c9ea
commit bbaa6cf677
2 changed files with 2 additions and 8 deletions

View File

@ -11,6 +11,8 @@
* cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
* cp-tree.h (cp_deprecated): Remove.
2005-04-08 Ian Lance Taylor <ian@airs.com>
* cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,

View File

@ -3881,14 +3881,6 @@ extern void mark_needed (tree);
extern bool decl_needed_p (tree);
extern void note_vague_linkage_fn (tree);
/* XXX Not i18n clean. */
#define cp_deprecated(STR) \
do { \
if (warn_deprecated) \
warning ("%s is deprecated, please see the documentation for details", \
(STR)); \
} while (0)
/* in error.c */
extern void init_error (void);
extern const char *type_as_string (tree, int);