* decl2.c (mark_used): Remove assemble_external call.

From-SVN: r142563
This commit is contained in:
Steve Ellcey 2008-12-08 19:27:26 +00:00 committed by Steve Ellcey
parent 2ac1e975bc
commit 9bebdb76f2
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-12-08 Steve Ellcey <sje@cup.hp.com>
* decl2.c (mark_used): Remove assemble_external call.
2008-12-08 Dodji Seketeli <dodji@redhat.com>
PR debug/38390

View File

@ -3849,8 +3849,6 @@ mark_used (tree decl)
note_vague_linkage_fn (decl);
}
assemble_external (decl);
/* Is it a synthesized method that needs to be synthesized? */
if (TREE_CODE (decl) == FUNCTION_DECL
&& DECL_NONSTATIC_MEMBER_FUNCTION_P (decl)