From: Steinar H. Gunderson Date: Thu, 4 Jan 2024 22:19:21 +0000 (+0100) Subject: Remove obsolete comment about obstacks. X-Git-Tag: 1.1.21~7 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=3c65bf907cbf4daaa6b76a5177c6a62c6bed907a Remove obsolete comment about obstacks. --- diff --git a/bind-mount.cpp b/bind-mount.cpp index b367e01..1390a59 100644 --- a/bind-mount.cpp +++ b/bind-mount.cpp @@ -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;