diff options
Diffstat (limited to 'gcc/genconfig.c')
-rw-r--r-- | gcc/genconfig.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/genconfig.c b/gcc/genconfig.c index 077216292e9..a18f896a5b9 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -24,15 +24,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 /* flags to determine output of machine description dependent #define's. */ static int max_recog_operands; /* Largest operand number seen. */ @@ -282,7 +276,6 @@ main (argc, argv) rtx desc; progname = "genconfig"; - obstack_init (rtl_obstack); if (argc <= 1) fatal ("No input file name."); |