]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove redundant definition of IN_CHARGE_NAME
authorJason Merrill <jason@gcc.gnu.org>
Fri, 9 Nov 2012 16:14:25 +0000 (11:14 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 9 Nov 2012 16:14:25 +0000 (11:14 -0500)
From-SVN: r193366

gcc/cp/cp-tree.h

index 77508a10cb747d48868a1d277f3d60c49e04834a..308ea11a5f8cc08e5f8b0f1789190b8c80e49ca7 100644 (file)
@@ -4320,7 +4320,6 @@ extern GTY(()) VEC(tree,gc) *local_classes;
 
 #else /* NO_DOLLAR_IN_LABEL */
 
-#define IN_CHARGE_NAME "__in_chrg"
 #define AUTO_TEMP_NAME "__tmp_"
 #define TEMP_NAME_P(ID_NODE) \
   (!strncmp (IDENTIFIER_POINTER (ID_NODE), AUTO_TEMP_NAME, \