aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 7612352..840ad14 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -200,10 +200,6 @@ init_parse (filename)
yy_cur = "\n";
yy_lim = yy_cur+1;
- cpp_reader_init (&parse_in);
- parse_in.data = &parse_options;
- cpp_options_init (&parse_options);
- cpp_handle_options (&parse_in, 0, NULL); /* FIXME */
parse_in.show_column = 1;
if (! cpp_start_read (&parse_in, filename))
abort ();