diff options
Diffstat (limited to 'gcc/ada/utils.c')
-rw-r--r-- | gcc/ada/utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c index 8322d35..a88c9a3 100644 --- a/gcc/ada/utils.c +++ b/gcc/ada/utils.c @@ -1814,13 +1814,6 @@ end_subprog_body () if (function_nesting_depth > 1) ggc_pop_context (); -#if 0 - /* If we're sure this function is defined in this file then mark it - as such */ - if (TREE_ASM_WRITTEN (current_function_decl)) - mark_fn_defined_in_this_file (current_function_decl); -#endif - /* Throw away any VAR_DECLs we made for OUT parameters; they must not be seen when we call this function and will be in unallocated memory anyway. */ |