diff --git a/lib/llist.c b/lib/llist.c index 15cac825a3..06cebb9713 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -51,8 +51,6 @@ Curl_llist_init(struct curl_llist *l, curl_llist_dtor dtor) * * The 'ne' argument should be a pointer into the object to store. * - * Returns: 1 on success and 0 on failure. - * * @unittest: 1300 */ void