diff options
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 15308c3..223a9ce 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -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; } |