summaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-04-04 12:50:03 -0600
committerTom Tromey <tom@tromey.com>2023-05-05 07:49:43 -0600
commit02601231fdd91a7bd4837ce202906ea2ce661489 (patch)
treec9745539b4869c0f70b698b8ac0e4366618154c1 /gdb/utils.h
parent4891c459927d9a9c0f516c35e2d9d4ce212dd06e (diff)
downloadbinutils-gdb-02601231fdd91a7bd4837ce202906ea2ce661489.tar.gz
Simplify auto_load_expand_dir_vars and remove substitute_path_component
This simplifies auto_load_expand_dir_vars to first split the string, then do any needed substitutions. This was suggested by Simon, and is much simpler than the current approach. Then this patch also removes substitute_path_component, as it is no longer called. This is nice because it helps with the long term goal of removing utils.h. Regression tested on x86-64 Fedora 36.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index 2d831bac184..00b123e6117 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -136,9 +136,6 @@ private:
extern int gdb_filename_fnmatch (const char *pattern, const char *string,
int flags);
-extern void substitute_path_component (char **stringp, const char *from,
- const char *to);
-
std::string ldirname (const char *filename);
extern int count_path_elements (const char *path);