aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/llist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/llist.c b/lib/llist.c
index 15cac825a..06cebb971 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