diff options
| author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 21:48:32 +0000 |
|---|---|---|
| committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 21:48:32 +0000 |
| commit | e8face4c5909cdc9a03029677d0612a82d557199 (patch) | |
| tree | 8478b1a1a17730fe919518390f0cd21930827389 /gcc/ada/utils.c | |
| parent | 907129969df130b1dd0b1e1870126f9bad99e2ee (diff) | |
| download | gcc-e8face4c5909cdc9a03029677d0612a82d557199.zip gcc-e8face4c5909cdc9a03029677d0612a82d557199.tar.gz gcc-e8face4c5909cdc9a03029677d0612a82d557199.tar.bz2 | |
* init.c, misc.c, trans.c, utils.c: Remove dead code.
From-SVN: r67735
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. */ |
