diff options
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 922359dbc6d..ce93da79836 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -88,7 +88,6 @@ Boston, MA 02111-1307, USA. */ #include "hconfig.h" #include "system.h" #include "rtl.h" -#include "obstack.h" #include "errors.h" #include "gensupport.h" @@ -98,12 +97,6 @@ Boston, MA 02111-1307, USA. */ #define MAX_MAX_OPERANDS 40 -static struct obstack obstack; -struct obstack *rtl_obstack = &obstack; - -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - static int n_occurrences PARAMS ((int, const char *)); static const char *strip_whitespace PARAMS ((const char *)); @@ -906,7 +899,6 @@ main (argc, argv) rtx desc; progname = "genoutput"; - obstack_init (rtl_obstack); if (argc <= 1) fatal ("No input file name."); |