diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 81f24366234..faac14af859 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -49,9 +49,6 @@ struct lang_hooks_for_callgraph /* The node passed is a language-specific tree node. If its contents are relevant to use of other declarations, mark them. */ tree (*analyze_expr) (tree *, int *); - - /* Emit thunks associated to function. */ - void (*emit_associated_thunks) (tree); }; /* The following hooks are used by tree-dump.c. */ |