]> git.sesse.net Git - plocate/commitdiff
Remove obsolete comment about obstacks.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Thu, 4 Jan 2024 22:19:21 +0000 (23:19 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Thu, 4 Jan 2024 22:19:21 +0000 (23:19 +0100)
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;