diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 1669eb24a10..345e89c5047 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -40,8 +40,6 @@ struct lang_hooks_for_tree_inlining int (*disregard_inline_limits) (tree); tree (*add_pending_fn_decls) (void *, tree); int (*auto_var_in_fn_p) (tree, tree); - tree (*copy_res_decl_for_inlining) (tree, tree, tree, - void *, int *, tree); int (*anon_aggr_type_p) (tree); bool (*var_mod_type_p) (tree, tree); int (*start_inlining) (tree); |