diff options
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 2cd5d8e..4bcabc6 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -23,15 +23,9 @@ Boston, MA 02111-1307, USA. */ #include "hconfig.h" #include "system.h" #include "rtl.h" -#include "obstack.h" #include "errors.h" #include "gensupport.h" -static struct obstack obstack; -struct obstack *rtl_obstack = &obstack; - -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free /* Many parts of GCC use arrays that are indexed by machine mode and contain the insn codes for pattern in the MD file that perform a given @@ -316,7 +310,6 @@ main (argc, argv) rtx desc; progname = "genopinit"; - obstack_init (rtl_obstack); if (argc <= 1) fatal ("No input file name."); |