diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index 65a7589..a046a0f 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -30,15 +30,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "hashtab.h" -/* Java language-specific tree codes. */ -#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM, -enum java_tree_code { - __DUMMY = LAST_AND_UNUSED_TREE_CODE, -#include "java-tree.def" - LAST_JAVA_TREE_CODE -}; -#undef DEFTREECODE - struct JCF; /* Usage of TREE_LANG_FLAG_?: |