diff options
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 23e2898..d177250 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -3763,13 +3763,6 @@ yyprint (FILE *file, int yychar, YYSTYPE yyl) /* This is not the ideal place to put these, but we have to get them out of c-lex.c because cp/lex.c has its own versions. */ -/* Free malloced parser stacks if necessary. */ - -void -free_parser_stacks (void) -{ -} - /* Parse the file. */ void c_parse_file (void) |