diff options
Diffstat (limited to 'gcc/java/java-tree.def')
-rw-r--r-- | gcc/java/java-tree.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/java/java-tree.def b/gcc/java/java-tree.def index c2e926f..f15bc38 100644 --- a/gcc/java/java-tree.def +++ b/gcc/java/java-tree.def @@ -88,12 +88,6 @@ DEFTREECODE (NEW_ARRAY_INIT, "new_array_init", '1', 1) reference from. */ DEFTREECODE (CLASS_LITERAL, "class_literal", '1', 1) -/* Instance initializer. - Operand 0 contains the intance initializer statement. This tree node - is used for context detection, so that special rules can be - enforced. */ -DEFTREECODE (INSTANCE_INITIALIZERS_EXPR, "instance_initializers_expr", '1', 1) - /* The Java object within the exception object from the runtime. */ DEFTREECODE (JAVA_EXC_OBJ_EXPR, "java_exc_obj_expr", 'e', 0) |