summaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-17 13:56:45 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-17 13:56:45 +0000
commit5265c81093b461a780d300274d50378107afaaa3 (patch)
tree61058cdff18280d7c67340122d468cea58808aec /gcc/langhooks.h
parent64a57b1abacee1073e32a5efb17b2cf479a6a613 (diff)
downloadgcc-5265c81093b461a780d300274d50378107afaaa3.tar.gz
2008-03-11 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r133288 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h3
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);