Skip to content

Commit

Permalink
Forgot this file on last check-in.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39910 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
bryce committed Feb 19, 2001
1 parent 0417a94 commit 295dabe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gcc/java/typeck.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,6 @@ build_java_array_type (element_type, length)
FIELD_FINAL (fld) = 1;
TREE_READONLY (fld) = 1;

/* Add clone method. This is different from Object.clone because it
is public. */
add_method (t, ACC_PUBLIC | ACC_FINAL, get_identifier ("clone"),
get_identifier ("()Ljava/lang/Object;"));

atype = build_prim_array_type (element_type, length);
arfld = build_decl (FIELD_DECL, get_identifier ("data"), atype);
DECL_CONTEXT (arfld) = t;
Expand Down

0 comments on commit 295dabe

Please sign in to comment.