diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 7597af7..d25a3cf 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -1085,7 +1085,6 @@ build_classdollar_field (tree type) TYPE_QUAL_CONST))); TREE_STATIC (decl) = 1; TREE_CONSTANT (decl) = 1; - TREE_READONLY (decl) = 1; TREE_PUBLIC (decl) = 1; java_hide_decl (decl); DECL_IGNORED_P (decl) = 1; |