aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpeep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r--gcc/genpeep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index b8ef9aa..dc90c73 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.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
/* While tree-walking an instruction pattern, we keep a chain
of these `struct link's to record how to get down to the
@@ -413,7 +407,6 @@ main (argc, argv)
max_opno = -1;
progname = "genpeep";
- obstack_init (rtl_obstack);
if (argc <= 1)
fatal ("No input file name.");