diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 305a868..2bf4692 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -625,7 +625,6 @@ read_scan_file (in_fname, argc, argv) scan_in = cpp_create_reader (CLK_GNUC89); cb = cpp_get_callbacks (scan_in); cb->file_change = cb_file_change; - cb->simplify_path = simplify_path; /* We are going to be scanning a header file out of its proper context, so ignore warnings and errors. */ |