diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index e339022..14bddd8 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -90,9 +90,6 @@ Boston, MA 02111-1307, USA. */ #include "obstack.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - /* This obstack is used to accumulate the encoding of a data type. */ static struct obstack util_obstack; /* This points to the beginning of obstack contents, |