Commit 4b700ab0 by Paolo Bonzini Committed by Paolo Bonzini

mangle.c (java_mangle_decl): Remove dead check.

2008-03-12  Paolo Bonzini  <bonzini@gnu.org>

	* mangle.c (java_mangle_decl): Remove dead check.

From-SVN: r133146
parent c83bd37c
2008-03-12 Paolo Bonzini <bonzini@gnu.org>
* mangle.c (java_mangle_decl): Remove dead check.
2008-03-11 Paolo Bonzini <bonzini@gnu.org>
* jcf-parse.c (java_parse_file): Assert binding levels are
......
......@@ -239,9 +239,6 @@ cxx_keyword_p (const char *name, int length)
void
java_mangle_decl (tree decl)
{
if (TREE_CODE (decl) == RECORD_TYPE)
mangle_type (decl);
/* A copy of the check from the beginning of lhd_set_decl_assembler_name.
Only FUNCTION_DECLs and VAR_DECLs for variables with static storage
duration need a real DECL_ASSEMBLER_NAME. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment