diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index e48c0bca81c..1af85b348ea 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -42,7 +42,6 @@ struct lang_hooks_for_tree_inlining int (*disregard_inline_limits) (tree); int (*auto_var_in_fn_p) (tree, tree); bool (*var_mod_type_p) (tree, tree); - tree (*convert_parm_for_inlining) (tree, tree, tree, int); }; struct lang_hooks_for_callgraph |