diff options
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r-- | gcc/cp/pt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 52554a9..565b75f 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -73,9 +73,6 @@ static GTY(()) tree current_tinst_level; local variables. */ static htab_t local_specializations; -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - #define UNIFY_ALLOW_NONE 0 #define UNIFY_ALLOW_MORE_CV_QUAL 1 #define UNIFY_ALLOW_LESS_CV_QUAL 2 |