diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 7e259f6..684de50 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -15274,14 +15274,6 @@ c_parse_file (void) the_parser = NULL; } -/* Clean up after parsing the entire translation unit. */ - -void -free_parser_stacks (void) -{ - /* Nothing to do. */ -} - /* This variable must be provided by every front end. */ int yydebug; |