From 9eebc0b1889d21886172bb74a041e199883befaf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 23 Mar 2025 19:39:28 +0100 Subject: [PATCH] Comment cleanup. * gettext-tools/src/format-rust.c: Remove obsolete comment. --- gettext-tools/src/format-rust.c | 6 ------ 1 file changed, 6 deletions(-) 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) {