diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 35707a0..01a16d3 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -2660,7 +2660,6 @@ import_export_decl (tree decl) comdat_p = (targetm.cxx.class_data_always_comdat () || (CLASSTYPE_KEY_METHOD (type) && DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (type)))); - mark_needed (decl); if (!flag_weak) { comdat_p = false; |