From-SVN: r14445
This commit is contained in:
Jason Merrill 1997-07-14 20:26:16 +00:00
parent 5e26979cd5
commit 6373aa3ac1
1 changed files with 0 additions and 3 deletions

View File

@ -7636,9 +7636,6 @@ gen_subprogram_die (decl, context_die)
}
else if (DECL_INLINE (decl))
add_AT_unsigned (subr_die, DW_AT_inline, DW_INL_inlined);
else if (declaration)
/* Block extern declaration in an inline function. */
add_AT_flag (subr_die, DW_AT_declaration, 1);
else
abort ();