summaryrefslogtreecommitdiff
path: root/src/basic/fs-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-12-01 01:15:42 +0900
committerSven Eden <yamakuzure@gmx.net>2017-12-01 01:15:42 +0900
commit2ebe94581aecb721d4f79b27a187927e015f1f75 (patch)
tree0161217fb33439e66be2319aa673b57df4e3aac5 /src/basic/fs-util.c
parent19c4e17bdc255030e9a2ca67f1349eefdca414d2 (diff)
fs-util: remove comment about non-existing function
Diffstat (limited to 'src/basic/fs-util.c')
-rw-r--r--src/basic/fs-util.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/basic/fs-util.c b/src/basic/fs-util.c
index df8ed643a..82df411fd 100644
--- a/src/basic/fs-util.c
+++ b/src/basic/fs-util.c
@@ -636,10 +636,7 @@ int chase_symlinks(const char *path, const char *original_root, unsigned flags,
* Suggested usage: whenever you want to canonicalize a path, use this function. Pass the absolute path you got
* as-is: fully qualified and relative to your host's root. Optionally, specify the root parameter to tell this
* function what to do when encountering a symlink with an absolute path as directory: prefix it by the
- * specified path.
- *
- * Note: there's also chase_symlinks_prefix() (see below), which as first step prefixes the passed path by the
- * passed root. */
+ * specified path. */
if (original_root) {
r = path_make_absolute_cwd(original_root, &root);