Comment cleanup.

* gettext-tools/src/format-rust.c: Remove obsolete comment.
This commit is contained in:
Bruno Haible 2025-03-23 19:39:28 +01:00
parent 8a037738f9
commit 9eebc0b188

View File

@ -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)
{