diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-03-02 21:02:16 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-03-02 21:02:16 +0000 |
commit | b9f4b20ad07b168c809ecdb91635df9c738bcab3 (patch) | |
tree | cc19a67cda7e24f43232ce1cb71aace8e516c88c /gcc/fix-header.c | |
parent | 97d322cc8f1b0a29e5e8bbf58b852d188f38b46a (diff) | |
download | gcc-b9f4b20ad07b168c809ecdb91635df9c738bcab3.zip gcc-b9f4b20ad07b168c809ecdb91635df9c738bcab3.tar.gz gcc-b9f4b20ad07b168c809ecdb91635df9c738bcab3.tar.bz2 |
* fix-header.c (read_scan_file): Don't reference simplify_path.
From-SVN: r63684
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. */ |