summaryrefslogtreecommitdiffstats
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index e0617bd142d..d063cfe9ecc 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -41,7 +41,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "tm_p.h"
#include "splay-tree.h"
#include "debug.h"
-#include "c-incpath.h"
#ifdef MULTIBYTE_CHARS
#include "mbchar.h"
@@ -125,7 +124,6 @@ init_c_lex (filename)
cb->ident = cb_ident;
cb->file_change = cb_file_change;
cb->def_pragma = cb_def_pragma;
- cb->simplify_path = simplify_path;
cb->valid_pch = c_common_valid_pch;
cb->read_pch = c_common_read_pch;
OpenPOWER on IntegriCloud