From 3c65bf907cbf4daaa6b76a5177c6a62c6bed907a Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 4 Jan 2024 23:19:21 +0100 Subject: [PATCH] Remove obsolete comment about obstacks. --- bind-mount.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2