From: Bruno Haible Date: Sun, 23 Mar 2025 18:39:28 +0000 (+0100) Subject: Comment cleanup. X-Git-Tag: v0.25~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eebc0b1889d21886172bb74a041e199883befaf;p=thirdparty%2Fgettext.git Comment cleanup. * gettext-tools/src/format-rust.c: Remove obsolete comment. --- diff --git a/gettext-tools/src/format-rust.c b/gettext-tools/src/format-rust.c index e3dbabaf9..737835c91 100644 --- a/gettext-tools/src/format-rust.c +++ b/gettext-tools/src/format-rust.c @@ -104,12 +104,6 @@ struct spec }; -/* All the parse_* functions (except parse_upto) follow the same - calling convention. FORMATP shall point to the beginning of a token. - If parsing succeeds, FORMATP will point to the next character after - the token, and true is returned. Otherwise, FORMATP will be - unchanged and false is returned. */ - static int named_arg_compare (const void *p1, const void *p2) {