summaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index 299ec8f838a..0032e555895 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -37,7 +37,6 @@ struct lang_hooks_for_tree_inlining
{
int (*cannot_inline_tree_fn) (tree *);
int (*disregard_inline_limits) (const_tree);
- int (*auto_var_in_fn_p) (const_tree, const_tree);
bool (*var_mod_type_p) (tree, tree);
};