aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/basic-block.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 264b9d8..338763f 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -27,11 +27,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "varray.h"
#include "partition.h"
-#ifndef TREE_CODE
-union tree_node;
-#define tree union tree_node *
-#endif
-
/* Head of register set linked list. */
typedef bitmap_head regset_head;
/* A pointer to a regset_head. */