aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ra.c')
-rw-r--r--gcc/ra.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ra.c b/gcc/ra.c
index 34ac436..dbfce94 100644
--- a/gcc/ra.c
+++ b/gcc/ra.c
@@ -38,9 +38,6 @@
#include "flags.h"
#include "ra.h"
-#define obstack_chunk_alloc xmalloc
-#define obstack_chunk_free free
-
/* This is the toplevel file of a graph coloring register allocator.
It is able to act like a George & Appel allocator, i.e. with iterative
coalescing plus spill coalescing/propagation.