aboutsummaryrefslogtreecommitdiff
path: root/gcc/file-find.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-10-19 13:08:28 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-10-19 11:08:28 +0000
commit93659712d9807d7ef01d472dc58119f4ac15cbad (patch)
treea22f01bee9e0b005b1be4b1055e7d10e916df564 /gcc/file-find.h
parentd8198d1cd0f0849d5ba070d70b672ed869eead4a (diff)
downloadgcc-93659712d9807d7ef01d472dc58119f4ac15cbad.zip
gcc-93659712d9807d7ef01d472dc58119f4ac15cbad.tar.gz
gcc-93659712d9807d7ef01d472dc58119f4ac15cbad.tar.bz2
Revert r238089 (PR driver/81829).
2017-10-19 Martin Liska <mliska@suse.cz> PR driver/81829 * file-find.c (remove_prefix): Remove. * file-find.h (remove_prefix): Likewise. * gcc-ar.c: Remove smartness of lookup. From-SVN: r253886
Diffstat (limited to 'gcc/file-find.h')
-rw-r--r--gcc/file-find.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/file-find.h b/gcc/file-find.h
index 8f49a3a..407feba 100644
--- a/gcc/file-find.h
+++ b/gcc/file-find.h
@@ -41,7 +41,6 @@ extern void find_file_set_debug (bool);
extern char *find_a_file (struct path_prefix *, const char *, int);
extern void add_prefix (struct path_prefix *, const char *);
extern void add_prefix_begin (struct path_prefix *, const char *);
-extern void remove_prefix (const char *prefix, struct path_prefix *);
extern void prefix_from_env (const char *, struct path_prefix *);
extern void prefix_from_string (const char *, struct path_prefix *);