Commit 517f199e by Andrew Pinski Committed by Andrew Pinski

decl.c (end_java_method): Remove duplicated code.

2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>

        * decl.c (end_java_method): Remove duplicated code.

From-SVN: r90264
parent 0506cb1c
2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
* decl.c (end_java_method): Remove duplicated code.
2004-11-06 Zack Weinberg <zack@codesourcery.com>
Gerald Pfeifer <gerald@pfeifer.com>
......
......@@ -1898,14 +1898,6 @@ end_java_method (void)
DECL_STRUCT_FUNCTION (fndecl) = NULL;
DECL_INITIAL (fndecl) = NULL_TREE;
}
if (! flag_unit_at_a_time)
{
/* Nulling these fields when we no longer need them saves
memory. */
DECL_SAVED_TREE (fndecl) = NULL;
DECL_STRUCT_FUNCTION (fndecl) = NULL;
DECL_INITIAL (fndecl) = NULL_TREE;
}
current_function_decl = NULL_TREE;
}
......
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