diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index b59c7ce..d56be69 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -36,8 +36,6 @@ Boston, MA 02111-1307, USA. */ #include "target.h" #include "obstack.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free /* The number of nested classes being processed. If we are not in the scope of any class, this is zero. */ |