From: Jason Merrill Date: Fri, 9 Nov 2012 16:14:25 +0000 (-0500) Subject: remove redundant definition of IN_CHARGE_NAME X-Git-Tag: releases/gcc-4.8.0~2122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52dccf7ac9926edabb9574d6440314938a33c143;p=thirdparty%2Fgcc.git remove redundant definition of IN_CHARGE_NAME From-SVN: r193366 --- diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 77508a10cb74..308ea11a5f8c 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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, \