diff options
Diffstat (limited to 'gcc/c-incpath.h')
-rw-r--r-- | gcc/c-incpath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-incpath.h b/gcc/c-incpath.h index 860ea3c..e5b0218 100644 --- a/gcc/c-incpath.h +++ b/gcc/c-incpath.h @@ -19,6 +19,5 @@ extern void split_quote_chain PARAMS ((void)); extern void add_path PARAMS ((char *, int, int)); extern void register_include_chains PARAMS ((cpp_reader *, const char *, const char *, int, int, int)); -extern void simplify_path PARAMS ((char *)); enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; |