chiark / gitweb /
fs-util: remove comment about non-existing function
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 30 Nov 2017 16:15:42 +0000 (01:15 +0900)
committerSven Eden <yamakuzure@gmx.net>
Thu, 30 Nov 2017 16:15:42 +0000 (01:15 +0900)
src/basic/fs-util.c

index df8ed643a0f3c6c9d6a98268e6449e9059c05548..82df411fdd968b7fee609316e6543a1ee5df6cae 100644 (file)
@@ -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);