aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index 145bb63..33a3999 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -1001,7 +1001,6 @@ build_utf8_ref (tree name)
DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (ctype);
pushdecl (decl);
rest_of_decl_compilation (decl, global_bindings_p (), 0);
- varpool_mark_needed_node (varpool_node (decl));
ref = build1 (ADDR_EXPR, utf8const_ptr_type, decl);
IDENTIFIER_UTF8_REF (name) = ref;
return ref;