(copy_lang_decl): No-op function that will never
actually be called. From-SVN: r7294
This commit is contained in:
parent
fb48b1f0d3
commit
37105bebb4
@ -6749,3 +6749,12 @@ pop_c_function_context ()
|
||||
|
||||
free (p);
|
||||
}
|
||||
|
||||
/* integrate_decl_tree calls this function, but since we don't use the
|
||||
DECL_LANG_SPECIFIC field, this is a no-op. */
|
||||
|
||||
void
|
||||
copy_lang_decl (node)
|
||||
tree node;
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user