]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment cleanup.
authorBruno Haible <bruno@clisp.org>
Sun, 23 Mar 2025 18:39:28 +0000 (19:39 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Mar 2025 18:39:28 +0000 (19:39 +0100)
* gettext-tools/src/format-rust.c: Remove obsolete comment.

gettext-tools/src/format-rust.c

index e3dbabaf98202e4957af0c71e7984dc4faff3560..737835c9124bbd26cff5a1bc96e02911f18f13a7 100644 (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)
 {