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 bbbcc6808c0..9da60f11b23 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -294,9 +294,6 @@ struct lang_hooks parsers to dump debugging information during parsing. */ void (*parse_file) (int); - /* Called immediately after parsing to clear the binding stack. */ - void (*clear_binding_stack) (void); - /* Called to obtain the alias set to be used for an expression or type. Returns -1 if the language does nothing special for it. */ alias_set_type (*get_alias_set) (tree); |