]> git.sesse.net Git - plocate/blobdiff - bind-mount.cpp
Remove obsolete comment about obstacks.
[plocate] / bind-mount.cpp
index b367e01ff847a3a02e23118363a82c8ccbd4ad9d..1390a59fe5eeca7f4005177a891bef1fade9f23a 100644 (file)
@@ -84,8 +84,7 @@ static string read_mount_line(FILE *f)
 }
 
 /* Parse a space-delimited entry in STR, decode octal escapes, write it to
-   DEST (allocated from mount_string_obstack) if it is not nullptr.
-   Return 0 if OK, -1 on error. */
+   DEST if it is not nullptr.  Return 0 if OK, -1 on error. */
 static int parse_mount_string(string *dest, const char **str)
 {
        const char *src = *str;